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:51:22 +02:00
parent 3727e20b98
commit 5952fc16fa

View File

@ -44,7 +44,9 @@ RUN apk add --no-cache \
zip \
unzip \
curl \
shadow
shadow \
php8-pecl-redis
# Install PHP extensions
RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \