From 81f1412a1fc11dd6594d619b784f27c8dec7baf1 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Wed, 7 Feb 2018 10:34:06 +0100 Subject: Add freetype to gd --- 11.0/fpm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '11.0/fpm/Dockerfile') 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; \ -- cgit v1.2.3