From 3eed3abdde0f86ba8012d6c529fdcb13e2d56e3f Mon Sep 17 00:00:00 2001 From: Jimmy Galland Date: Thu, 26 Feb 2026 23:44:00 +0000 Subject: [PATCH] Update 33/Dockerfile --- 33/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/33/Dockerfile b/33/Dockerfile index e2e342f..43813c9 100644 --- a/33/Dockerfile +++ b/33/Dockerfile @@ -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 \