mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Runs update.sh
This commit is contained in:
parent
8c9cdd1268
commit
89a0b8904e
3 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
sysvsem \
|
||||
zip \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -49,6 +49,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
sysvsem \
|
||||
zip \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -58,6 +58,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
sysvsem \
|
||||
zip \
|
||||
; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue