Skip to content

Commit a61c090

Browse files
committed
Updated libraries
1 parent 04e2777 commit a61c090

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

Dockerfile-debian.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN set -ex; \
3636
cd .. && rm -rf php-zmq*; \
3737
# END: Install php-zmq
3838
\
39-
pecl install imagick-3.6.0; \
4039
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
4140
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
4241
docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \
@@ -56,11 +55,8 @@ RUN set -ex; \
5655
; \
5756
docker-php-ext-enable \
5857
zmq \
59-
imagick \
6058
; \
6159
\
62-
rm -r /tmp/pear; \
63-
\
6460
# reset a list of apt-mark
6561
apt-mark auto '.*' > /dev/null; \
6662
apt-mark manual $aptMarkList; \

apache/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN set -ex; \
3636
cd .. && rm -rf php-zmq*; \
3737
# END: Install php-zmq
3838
\
39-
pecl install imagick-3.6.0; \
4039
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
4140
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
4241
docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \
@@ -56,11 +55,8 @@ RUN set -ex; \
5655
; \
5756
docker-php-ext-enable \
5857
zmq \
59-
imagick \
6058
; \
6159
\
62-
rm -r /tmp/pear; \
63-
\
6460
# reset a list of apt-mark
6561
apt-mark auto '.*' > /dev/null; \
6662
apt-mark manual $aptMarkList; \

fpm/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN set -ex; \
3636
cd .. && rm -rf php-zmq*; \
3737
# END: Install php-zmq
3838
\
39-
pecl install imagick-3.6.0; \
4039
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
4140
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
4241
docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \
@@ -56,11 +55,8 @@ RUN set -ex; \
5655
; \
5756
docker-php-ext-enable \
5857
zmq \
59-
imagick \
6058
; \
6159
\
62-
rm -r /tmp/pear; \
63-
\
6460
# reset a list of apt-mark
6561
apt-mark auto '.*' > /dev/null; \
6662
apt-mark manual $aptMarkList; \

0 commit comments

Comments
 (0)