#48 - deployment

This commit is contained in:
Adrian Hopek
2022-03-08 11:28:49 +01:00
parent 0c32410767
commit d5ba1de403
14 changed files with 102 additions and 102 deletions

View File

@@ -9,14 +9,15 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
&& docker-php-ext-enable xdebug \
;fi
RUN apk add --no-cache \
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
zip \
&& docker-php-ext-enable \
redis