summaryrefslogtreecommitdiffstats
path: root/12.0/fpm/Dockerfile
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-02-07 10:34:06 +0100
committerTilo Spannagel <development@tilosp.de>2018-02-07 10:34:06 +0100
commit81f1412a1fc11dd6594d619b784f27c8dec7baf1 (patch)
treeef29f563bda005c1cee19053c0ee282894bdd8f9 /12.0/fpm/Dockerfile
parentf514394502250dc7a723a0530a0e2db57c17b6d9 (diff)
Add freetype to gd
Diffstat (limited to '12.0/fpm/Dockerfile')
-rw-r--r--12.0/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index 2b6dca09..69c31507 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -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; \