We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaa554 commit f11fea0Copy full SHA for f11fea0
Dockerfile
@@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
24
RUN docker-php-ext-configure gd \
25
--with-freetype=/usr/include/ \
26
--with-jpeg=/usr/include/ \
27
- && 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 \
28
&& apk del --no-cache .build-deps $PHPIZE_DEPS \
29
&& rm -rf /var/cache/apk/*
30
README.md
@@ -127,6 +127,7 @@ This is the full list of extensions available to PHP in this image:
127
* `xmlreader`
128
* `xmlwriter`
129
* `Zend OPcache`
130
+* `zip`
131
* `zlib`
132
133
## 🛠 Building
0 commit comments