Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
74a17be675
commit
c4ff0c07ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue