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