From a61c090115d525fd2284a12be2dc620a97709fce Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Wed, 14 Aug 2024 20:23:32 +0300 Subject: [PATCH] Updated libraries --- Dockerfile-debian.template | 4 ---- apache/Dockerfile | 4 ---- fpm/Dockerfile | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 6b41aaa..5576a56 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -36,7 +36,6 @@ RUN set -ex; \ cd .. && rm -rf php-zmq*; \ # END: Install php-zmq \ - pecl install imagick-3.6.0; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \ @@ -56,11 +55,8 @@ RUN set -ex; \ ; \ docker-php-ext-enable \ zmq \ - imagick \ ; \ \ - rm -r /tmp/pear; \ - \ # reset a list of apt-mark apt-mark auto '.*' > /dev/null; \ apt-mark manual $aptMarkList; \ diff --git a/apache/Dockerfile b/apache/Dockerfile index 8ac0924..019c163 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -36,7 +36,6 @@ RUN set -ex; \ cd .. && rm -rf php-zmq*; \ # END: Install php-zmq \ - pecl install imagick-3.6.0; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \ @@ -56,11 +55,8 @@ RUN set -ex; \ ; \ docker-php-ext-enable \ zmq \ - imagick \ ; \ \ - rm -r /tmp/pear; \ - \ # reset a list of apt-mark apt-mark auto '.*' > /dev/null; \ apt-mark manual $aptMarkList; \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index f0ceb57..9528a12 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -36,7 +36,6 @@ RUN set -ex; \ cd .. && rm -rf php-zmq*; \ # END: Install php-zmq \ - pecl install imagick-3.6.0; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \ @@ -56,11 +55,8 @@ RUN set -ex; \ ; \ docker-php-ext-enable \ zmq \ - imagick \ ; \ \ - rm -r /tmp/pear; \ - \ # reset a list of apt-mark apt-mark auto '.*' > /dev/null; \ apt-mark manual $aptMarkList; \