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 \