add deps
All checks were successful
build and push / build (push) Successful in 2m2s

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-02-03 16:04:54 -08:00
parent 74a17be675
commit c4ff0c07ff

View file

@ -2,7 +2,7 @@ FROM php:7.4.33-fpm-alpine3.16 AS build
RUN apk update \
&& apk add --no-cache libpng-dev libzmq zeromq-dev git \
$PHPIZE_DEPS \
$PHPIZE_DEPS git composer nodejs npm \
&& docker-php-ext-install gd && docker-php-ext-install pdo_mysql && \
pecl install redis && docker-php-ext-enable redis