summaryrefslogtreecommitdiffstats
path: root/Dockerfile.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.template')
-rw-r--r--Dockerfile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.template b/Dockerfile.template
index dc7b8cb3..eb65a15c 100644
--- a/Dockerfile.template
+++ b/Dockerfile.template
@@ -29,7 +29,7 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
- docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \
pecl install APCu-5.1.9; \