Revert "single thread"

This reverts commit d7386399ab.
This commit is contained in:
2024-08-14 15:05:27 +02:00
parent d7386399ab
commit 09dac08a8b
+1 -1
View File
@@ -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 \
RUN docker-php-ext-install -j$(nproc) \
bcmath \
bz2 \
exif \