File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ RUN set -ex; \
36
36
cd .. && rm -rf php-zmq*; \
37
37
# END: Install php-zmq
38
38
\
39
- pecl install imagick-3.6.0; \
40
39
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
41
40
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
42
41
docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \
@@ -56,11 +55,8 @@ RUN set -ex; \
56
55
; \
57
56
docker-php-ext-enable \
58
57
zmq \
59
- imagick \
60
58
; \
61
59
\
62
- rm -r /tmp/pear; \
63
- \
64
60
# reset a list of apt-mark
65
61
apt-mark auto '.*' > /dev/null; \
66
62
apt-mark manual $aptMarkList; \
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ RUN set -ex; \
36
36
cd .. && rm -rf php-zmq*; \
37
37
# END: Install php-zmq
38
38
\
39
- pecl install imagick-3.6.0; \
40
39
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
41
40
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
42
41
docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \
@@ -56,11 +55,8 @@ RUN set -ex; \
56
55
; \
57
56
docker-php-ext-enable \
58
57
zmq \
59
- imagick \
60
58
; \
61
59
\
62
- rm -r /tmp/pear; \
63
- \
64
60
# reset a list of apt-mark
65
61
apt-mark auto '.*' > /dev/null; \
66
62
apt-mark manual $aptMarkList; \
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ RUN set -ex; \
36
36
cd .. && rm -rf php-zmq*; \
37
37
# END: Install php-zmq
38
38
\
39
- pecl install imagick-3.6.0; \
40
39
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
41
40
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
42
41
docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp; \
@@ -56,11 +55,8 @@ RUN set -ex; \
56
55
; \
57
56
docker-php-ext-enable \
58
57
zmq \
59
- imagick \
60
58
; \
61
59
\
62
- rm -r /tmp/pear; \
63
- \
64
60
# reset a list of apt-mark
65
61
apt-mark auto '.*' > /dev/null; \
66
62
apt-mark manual $aptMarkList; \
You can’t perform that action at this time.
0 commit comments