mirror of
https://github.com/nextcloud/docker.git
synced 2025-11-06 03:11:42 +01:00
Cleanup php modules
This commit is contained in:
parent
adff4fe439
commit
6b09d293af
@ -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 \
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user