Philipp 2022-01-05 12:00:22 +01:00
rodzic 97b4160f31
commit 760cf75e3a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
11 zmienionych plików z 22 dodań i 44 usunięć

Wyświetl plik

@ -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/ \

Wyświetl plik

@ -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)" \

Wyświetl plik

@ -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/ \

Wyświetl plik

@ -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/ \

Wyświetl plik

@ -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)" \

Wyświetl plik

@ -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/ \

Wyświetl plik

@ -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/ \

Wyświetl plik

@ -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)" \

Wyświetl plik

@ -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/ \

Wyświetl plik

@ -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)" \

Wyświetl plik

@ -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/ \