Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn committed Aug 14, 2024
1 parent 04e2777 commit a61c090
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Dockerfile-debian.template
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand All @@ -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; \
Expand Down
4 changes: 0 additions & 4 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand All @@ -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; \
Expand Down
4 changes: 0 additions & 4 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand All @@ -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; \
Expand Down

0 comments on commit a61c090

Please sign in to comment.