This commit is contained in:
Adrian Hopek
2022-03-15 12:41:30 +01:00
parent 2bfe742c45
commit 7fcaa5a9f3
3 changed files with 74 additions and 72 deletions

View File

@@ -13,10 +13,12 @@ RUN apk add --no-cache pcre-dev $PHPIZE_DEPS \
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 \