This commit is contained in:
parent
ce3f4aef8a
commit
ce256eb0b2
@ -49,7 +49,7 @@ RUN apk add --no-cache \
|
|||||||
RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
|
RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
|
||||||
&& pecl install redis \
|
&& pecl install redis \
|
||||||
&& docker-php-ext-enable redis \
|
&& docker-php-ext-enable redis \
|
||||||
&& apk del pcre-dev ${PHPIZE_DEPS} s\
|
&& apk del pcre-dev ${PHPIZE_DEPS} \
|
||||||
&& rm -rf /tmp/pear
|
&& rm -rf /tmp/pear
|
||||||
|
|
||||||
# Install PHP extensions
|
# Install PHP extensions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user