single thread
Publish Docker image / docker (push) Failing after 4m27s

This commit is contained in:
2024-08-14 14:09:15 +02:00
parent f89c13c1c1
commit d7386399ab
+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 -j$(nproc) \
RUN docker-php-ext-install \
bcmath \
bz2 \
exif \