From ce256eb0b23b0754b466d7128c2f8923bad08291 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Thu, 5 Jun 2025 04:03:29 +0200 Subject: [PATCH] tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa1bb8f..7cd3bf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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