Skip to content

Commit f29747e

Browse files
author
Hans Tuscher
committed
fix missing imagick in alpine
fix #486
1 parent 2d0da8c commit f29747e

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

docker/php-official/7.1-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

docker/php-official/7.2-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

docker/php-official/7.3-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

docker/php-official/7.4-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

docker/php-official/8.0-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

docker/php-official/8.1-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

docker/php-official/8.2-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN set -x \
101101
libintl \
102102
libpq \
103103
libxslt \
104+
libgomp \
104105
libzip \
105106
libmemcached \
106107
yaml \

template/Dockerfile/images/php.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
libintl \
206206
libpq \
207207
libxslt \
208+
libgomp \
208209
libzip \
209210
libmemcached \
210211
yaml \

0 commit comments

Comments
 (0)