Skip to content
Snippets Groups Projects
Commit 4b9439ef authored by Alan Nelson's avatar Alan Nelson
Browse files

Lock Redis verson for PHP 7.1

parent 485ae063
No related branches found
No related tags found
1 merge request!85PHP Container Updates
...@@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ...@@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
RUN apk add --no-cache bash nodejs nodejs-npm libmcrypt-dev $PHPIZE_DEPS \ RUN apk add --no-cache bash nodejs nodejs-npm libmcrypt-dev $PHPIZE_DEPS \
&& pecl channel-update pecl.php.net \ && pecl channel-update pecl.php.net \
&& pecl install xdebug-2.9.8 redis \ && pecl install xdebug-2.9.8 redis-5.3.7 \
&& docker-php-ext-enable xdebug redis \ && docker-php-ext-enable xdebug redis \
&& docker-php-ext-install mcrypt \ && docker-php-ext-install mcrypt \
&& apk del --no-cache $PHPIZE_DEPS && apk del --no-cache $PHPIZE_DEPS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment