From 11f01e7221839c043c11c631774abaee4c16f8c4 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Fri, 1 Jul 2022 18:36:26 +0200 Subject: [PATCH] Update php version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 310e67e..a513c7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -y nginx RUN apt-get clean && rm -rf /var/lib/apt/lists/* # Install PHP extensions zip, mbstring, exif, bcmath, intl -RUN docker-php-ext-configure gd --with-freetype --with-jpeg +RUN docker-php-ext-configure gd RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl # Install Redis and enable it