From ce3f4aef8af7de2bcd100fc574dbcbdbc4a8f2f4 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Thu, 5 Jun 2025 03:58:21 +0200 Subject: [PATCH] tag --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d38ae24..aa1bb8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,14 +44,13 @@ RUN apk add --no-cache \ zip \ unzip \ curl \ - shadow \ + shadow 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 \ - + && rm -rf /tmp/pear # Install PHP extensions RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \