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

This commit is contained in:
Alexis Bruneteau 2025-06-05 04:03:29 +02:00
parent ce3f4aef8a
commit ce256eb0b2

View File

@ -49,7 +49,7 @@ RUN apk add --no-cache \
RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
&& pecl install redis \
&& docker-php-ext-enable redis \
&& apk del pcre-dev ${PHPIZE_DEPS} s\
&& apk del pcre-dev ${PHPIZE_DEPS} \
&& rm -rf /tmp/pear
# Install PHP extensions