Update 33/Dockerfile

Cette révision appartient à :
2026-02-26 23:44:00 +00:00
Parent 3aa212d4bf
révision 3eed3abdde
+1 -2
Voir le fichier
@@ -55,7 +55,6 @@ RUN set -ex; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
docker-php-ext-configure ftp --with-ftp-ssl; \
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install -j "$(nproc)" \
@@ -87,6 +86,7 @@ RUN set -ex; \
docker-php-ext-enable \
apcu \
memcached \
igbinary \
imagick \
redis \
bz2 \
@@ -152,7 +152,6 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
libmagickcore-6.q16-6-extra \
ghostscript \
procps \
vim \