configure gd extension with freetype + jpeg (#137)

This commit is contained in:
Thomas Bruederli 2021-11-01 22:03:51 +01:00
parent 7fb03559f5
commit 08fa041812
5 changed files with 7 additions and 5 deletions

View File

@ -21,7 +21,7 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
docker-php-ext-configure gd; \
docker-php-ext-configure gd --with-jpeg --with-freetype; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install \
exif \

View File

@ -17,6 +17,7 @@ RUN set -ex; \
apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
icu-dev \
freetype-dev \
imagemagick-dev \
libjpeg-turbo-dev \
libpng-dev \
@ -28,7 +29,7 @@ RUN set -ex; \
aspell-dev \
; \
\
docker-php-ext-configure gd; \
docker-php-ext-configure gd --with-jpeg --with-freetype; \
docker-php-ext-configure ldap; \
docker-php-ext-install \
exif \

View File

@ -21,7 +21,7 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
docker-php-ext-configure gd; \
docker-php-ext-configure gd --with-jpeg --with-freetype; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install \
exif \

View File

@ -17,6 +17,7 @@ RUN set -ex; \
apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
icu-dev \
freetype-dev \
imagemagick-dev \
libjpeg-turbo-dev \
libpng-dev \
@ -28,7 +29,7 @@ RUN set -ex; \
aspell-dev \
; \
\
docker-php-ext-configure gd; \
docker-php-ext-configure gd --with-jpeg --with-freetype; \
docker-php-ext-configure ldap; \
docker-php-ext-install \
exif \

View File

@ -21,7 +21,7 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
docker-php-ext-configure gd; \
docker-php-ext-configure gd --with-jpeg --with-freetype; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install \
exif \