Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer authored and Dirk Schürjohann committed Jul 29, 2020
1 parent bbd770d commit f50c01b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions php8.0-rc/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ RUN set -ex; \
> /dev/null \
; \
\
# install imagick
mkdir -p /usr/src/php/ext/imagick; \
curl -fsSL https://pecl.php.net/get/imagick | tar xvz -C "/usr/src/php/ext/imagick" --strip 1; \
docker-php-ext-install imagick; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
# see https://github.com/docker-library/wordpress/blob/master/Dockerfile-debian.template
apt-mark auto '.*' > /dev/null; \
Expand Down
5 changes: 0 additions & 5 deletions php8.0-rc/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ RUN set -ex; \
> /dev/null \
; \
\
# install imagick
mkdir -p /usr/src/php/ext/imagick; \
curl -fsSL https://pecl.php.net/get/imagick | tar xvz -C "/usr/src/php/ext/imagick" --strip 1; \
docker-php-ext-install imagick; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
# see https://github.com/docker-library/wordpress/blob/master/Dockerfile-debian.template
apt-mark auto '.*' > /dev/null; \
Expand Down

0 comments on commit f50c01b

Please sign in to comment.