Skip to content

Commit c308a2a

Browse files
committed
Add zip extension
1 parent 092cc6c commit c308a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
2424
&& docker-php-ext-install -j$(nproc) bcmath \
2525
gd pdo_mysql calendar exif gettext \
2626
xsl ldap intl imap \
27-
pcntl shmop soap sockets wddx
27+
pcntl shmop soap sockets wddx zip
2828

2929
# Install ssh2
3030
RUN apt-get update && apt-get -y install libssh2-1-dev && \

0 commit comments

Comments
 (0)