2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-11 19:59:21 +02:00
This commit is contained in:
Philipp Holzer 2022-01-05 12:00:22 +01:00
parent 97b4160f31
commit 760cf75e3a
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
11 changed files with 22 additions and 44 deletions

View file

@ -73,10 +73,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \

View file

@ -62,10 +62,8 @@ RUN set -ex; \
; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
\
docker-php-ext-install -j "$(nproc)" \

View file

@ -73,10 +73,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \

View file

@ -73,10 +73,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \

View file

@ -62,10 +62,8 @@ RUN set -ex; \
; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
\
docker-php-ext-install -j "$(nproc)" \

View file

@ -73,10 +73,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \

View file

@ -73,10 +73,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \

View file

@ -62,10 +62,8 @@ RUN set -ex; \
; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
\
docker-php-ext-install -j "$(nproc)" \

View file

@ -73,10 +73,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \

View file

@ -61,10 +61,8 @@ RUN set -ex; \
; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
\
docker-php-ext-install -j "$(nproc)" \

View file

@ -72,10 +72,8 @@ RUN set -ex; \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
\
docker-php-ext-configure gd \
--with-gd \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
--with-freetype \
--with-jpeg \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \