summaryrefslogtreecommitdiffstats
path: root/15.0/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '15.0/apache/Dockerfile')
-rw-r--r--15.0/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 88a69654..675fa988 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -42,7 +42,7 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
- docker-php-ext-install \
+ docker-php-ext-install -j "$(nproc)" \
exif \
gd \
intl \