This commit is contained in:
Adrian Hopek
2022-03-08 10:42:37 +01:00
parent 257144dfed
commit 2dfd037749
4 changed files with 73 additions and 7 deletions

View File

@@ -9,17 +9,14 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
&& docker-php-ext-enable xdebug \
;fi
RUN apk add --no-cache pcre-dev $PHPIZE_DEPS \
RUN apk add --no-cache \
postgresql-dev \
zip \
libzip-dev \
libpng-dev \
&& pecl install redis \
&& docker-php-ext-install \
pdo_pgsql \
zip \
gd \
&& docker-php-ext-configure \
zip \
&& docker-php-ext-enable \
redis
zip