Skip to content

Commit f11fea0

Browse files
committed
Add ZIP extension
1 parent abaa554 commit f11fea0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
2424
RUN docker-php-ext-configure gd \
2525
--with-freetype=/usr/include/ \
2626
--with-jpeg=/usr/include/ \
27-
&& docker-php-ext-install -j$(nproc) gd intl mysqli opcache pdo_mysql pdo_pgsql \
27+
&& docker-php-ext-install -j$(nproc) gd intl mysqli opcache pdo_mysql pdo_pgsql zip \
2828
&& apk del --no-cache .build-deps $PHPIZE_DEPS \
2929
&& rm -rf /var/cache/apk/*
3030

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ This is the full list of extensions available to PHP in this image:
127127
* `xmlreader`
128128
* `xmlwriter`
129129
* `Zend OPcache`
130+
* `zip`
130131
* `zlib`
131132

132133
## 🛠 Building

0 commit comments

Comments
 (0)