From d7386399ab1e42a9ca403be00b6f156407d9b69b Mon Sep 17 00:00:00 2001 From: K Date: Wed, 14 Aug 2024 14:09:15 +0200 Subject: [PATCH] single thread --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43576be..05202f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp RUN printf "\n" | pecl install imagick RUN docker-php-ext-enable imagick -RUN docker-php-ext-install -j$(nproc) \ +RUN docker-php-ext-install \ bcmath \ bz2 \ exif \