Skip to content

Commit

Permalink
fix missing imagick in alpine
Browse files Browse the repository at this point in the history
fix #486
  • Loading branch information
htuscher committed May 14, 2023
1 parent 2d0da8c commit f29747e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/php-official/7.1-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions docker/php-official/7.2-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions docker/php-official/7.3-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions docker/php-official/7.4-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions docker/php-official/8.0-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions docker/php-official/8.1-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions docker/php-official/8.2-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN set -x \
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down
1 change: 1 addition & 0 deletions template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
libintl \
libpq \
libxslt \
libgomp \
libzip \
libmemcached \
yaml \
Expand Down

0 comments on commit f29747e

Please sign in to comment.