We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0929f7a commit 8a02e59Copy full SHA for 8a02e59
1 file changed
php/7.3/Dockerfile
@@ -8,7 +8,6 @@ RUN apk add --no-cache --virtual .build-deps \
8
imagemagick-dev \
9
libtool \
10
libxml2-dev \
11
- libzip-dev \
12
postgresql-dev \
13
sqlite-dev \
14
&& apk add --no-cache \
@@ -20,6 +19,7 @@ RUN apk add --no-cache --virtual .build-deps \
20
19
libintl \
21
icu \
22
icu-dev \
+ libzip-dev \
23
&& pecl install imagick \
24
&& docker-php-ext-enable imagick \
25
&& docker-php-ext-install \
0 commit comments