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

This commit is contained in:
Alexis Bruneteau 2025-06-05 03:58:21 +02:00
parent fb79cbc432
commit ce3f4aef8a

View File

@ -44,14 +44,13 @@ RUN apk add --no-cache \
zip \ zip \
unzip \ unzip \
curl \ curl \
shadow \ shadow
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} s\
&& rm -rf /tmp/pear \ && rm -rf /tmp/pear
# Install PHP extensions # Install PHP extensions
RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \