mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
This commit is contained in:
parent
a535a5f992
commit
599146dd58
15 changed files with 18 additions and 18 deletions
|
@ -63,7 +63,7 @@ RUN set -ex; \
|
|||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install imagick-3.4.4; \
|
||||
pecl install imagick-3.5.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -55,7 +55,7 @@ RUN set -ex; \
|
|||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install imagick-3.4.4; \
|
||||
pecl install imagick-3.5.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -63,7 +63,7 @@ RUN set -ex; \
|
|||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install imagick-3.4.4; \
|
||||
pecl install imagick-3.5.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue