#48 - redis stuff

This commit is contained in:
Adrian Hopek
2022-03-03 15:16:44 +01:00
parent 692ccc6ba8
commit 697f3395bd
8 changed files with 115 additions and 52 deletions

View File

@@ -9,7 +9,8 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
&& docker-php-ext-enable xdebug \
;fi
RUN apk --no-cache add \
RUN pecl install redis \
&& apk --no-cache add \
postgresql-dev \
zip \
libzip-dev \
@@ -19,4 +20,6 @@ RUN apk --no-cache add \
zip \
gd \
&& docker-php-ext-configure \
zip
zip \
&& docker-php-ext-enable \
redis