summaryrefslogtreecommitdiffstats
path: root/11.0/fpm/Dockerfile
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-02-07 11:53:16 +0100
committerGitHub <noreply@github.com>2018-02-07 11:53:16 +0100
commit80a384c2b6bf3c642c730d4cc7929742ee896094 (patch)
treeef29f563bda005c1cee19053c0ee282894bdd8f9 /11.0/fpm/Dockerfile
parentf514394502250dc7a723a0530a0e2db57c17b6d9 (diff)
parent81f1412a1fc11dd6594d619b784f27c8dec7baf1 (diff)
Merge pull request #250 from nextcloud/add-freetype
Add freetype to gd
Diffstat (limited to '11.0/fpm/Dockerfile')
-rw-r--r--11.0/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile
index e10bb75d..c4845ce9 100644
--- a/11.0/fpm/Dockerfile
+++ b/11.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; \