Cleanup php modules

This commit is contained in:
Tilo Spannagel 2018-05-09 14:29:53 +02:00 committed by Pierre Ozoux
parent adff4fe439
commit 6b09d293af
2 changed files with 0 additions and 6 deletions

View File

@ -36,14 +36,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -42,14 +42,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \