mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Cleanup php modules
This commit is contained in:
parent
adff4fe439
commit
6b09d293af
2 changed files with 0 additions and 6 deletions
|
@ -36,14 +36,11 @@ RUN set -ex; \
|
|||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
|
|
@ -42,14 +42,11 @@ RUN set -ex; \
|
|||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
|
Loading…
Reference in a new issue