tag
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 10s

This commit is contained in:
Alexis Bruneteau 2025-06-05 03:56:54 +02:00
parent 5952fc16fa
commit fb79cbc432

View File

@ -45,7 +45,12 @@ RUN apk add --no-cache \
unzip \
curl \
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