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 092cc6c commit c308a2aCopy full SHA for c308a2a
Dockerfile
@@ -24,7 +24,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
24
&& docker-php-ext-install -j$(nproc) bcmath \
25
gd pdo_mysql calendar exif gettext \
26
xsl ldap intl imap \
27
- pcntl shmop soap sockets wddx
+ pcntl shmop soap sockets wddx zip
28
29
# Install ssh2
30
RUN apt-get update && apt-get -y install libssh2-1-dev && \
0 commit comments