Skip to content

Commit

Permalink
Add ZIP extension
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Nov 17, 2020
1 parent abaa554 commit f11fea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
RUN docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd intl mysqli opcache pdo_mysql pdo_pgsql \
&& docker-php-ext-install -j$(nproc) gd intl mysqli opcache pdo_mysql pdo_pgsql zip \
&& apk del --no-cache .build-deps $PHPIZE_DEPS \
&& rm -rf /var/cache/apk/*

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ This is the full list of extensions available to PHP in this image:
* `xmlreader`
* `xmlwriter`
* `Zend OPcache`
* `zip`
* `zlib`

## 🛠 Building
Expand Down

0 comments on commit f11fea0

Please sign in to comment.