From 3239df209219e2fd7572a3b4c535fb3fdbe209da Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Fri, 1 Jul 2022 18:39:53 +0200 Subject: [PATCH] Update php version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e2a9a4..9722f6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN docker-php-ext-enable rdkafka \ && rm -rf /php-rdkafka # Install PHP extensions zip, mbstring, exif, bcmath, intl -RUN docker-php-ext-configure gd +RUN docker-php-ext-configure gd --with-freetype --with-jpeg RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl # Install Redis and enable it