summaryrefslogtreecommitdiffstats
path: root/16.0/fpm/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '16.0/fpm/Dockerfile')
-rw-r--r--16.0/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile
index 03107728..7de39784 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.0/fpm/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 \