Restore --with-freetype-dir option
authorThomas Bruederli <redacted>
Mon, 4 Jun 2018 20:54:35 +0000 (22:54 +0200)
committerThomas Bruederli <redacted>
Mon, 4 Jun 2018 20:54:35 +0000 (22:54 +0200)
php-apache/Dockerfile
php-fpm/Dockerfile

index 7d1f8f4ef4b2796566ea2261ce57ed23958c7fd3..486bd760b50979d6a4cb2b255aa06d81032ae3a7 100644 (file)
@@ -18,7 +18,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/include/ --with-png-dir=/usr --with-jpeg-dir=/usr; \
        docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
        docker-php-ext-install \
                exif \
index dd1a4af646cf002c30b8723596662a26f9d8dc18..4868b9f956fa44c7c3713ac75912fe3a3e4d55c2 100644 (file)
@@ -18,7 +18,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/include/ --with-png-dir=/usr --with-jpeg-dir=/usr; \
        docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
        docker-php-ext-install \
                exif \
git clone https://git.99rst.org/PROJECT