Skip to content

Commit 8a02e59

Browse files
committed
Adding libzip
1 parent 0929f7a commit 8a02e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/7.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN apk add --no-cache --virtual .build-deps \
88
imagemagick-dev \
99
libtool \
1010
libxml2-dev \
11-
libzip-dev \
1211
postgresql-dev \
1312
sqlite-dev \
1413
&& apk add --no-cache \
@@ -20,6 +19,7 @@ RUN apk add --no-cache --virtual .build-deps \
2019
libintl \
2120
icu \
2221
icu-dev \
22+
libzip-dev \
2323
&& pecl install imagick \
2424
&& docker-php-ext-enable imagick \
2525
&& docker-php-ext-install \

0 commit comments

Comments
 (0)