0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

fixed templates

This commit is contained in:
Thomas Pasch 2019-11-22 14:21:43 +01:00
parent f2489f0142
commit e87fc6c7de
2 changed files with 8 additions and 8 deletions

View file

@ -50,10 +50,10 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-%%APCU_VERSION%%; \
pecl install memcached-%%MEMCACHED_VERSION%%; \
pecl install redis-%%REDIS_VERSION%%; \
pecl install imagick-%%IMAGICK_VERSION%%; \
printf "\n" | pecl install APCu-%%APCU_VERSION%%; \
printf "\n" | pecl install memcached-%%MEMCACHED_VERSION%%; \
printf "\n" | pecl install redis-%%REDIS_VERSION%%; \
printf "\n" | pecl install imagick-%%IMAGICK_VERSION%%; \
\
docker-php-ext-enable \
apcu \

View file

@ -58,10 +58,10 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-%%APCU_VERSION%%; \
pecl install memcached-%%MEMCACHED_VERSION%%; \
pecl install redis-%%REDIS_VERSION%%; \
pecl install imagick-%%IMAGICK_VERSION%%; \
printf "\n" | pecl install APCu-%%APCU_VERSION%%; \
printf "\n" | pecl install memcached-%%MEMCACHED_VERSION%%; \
printf "\n" | pecl install redis-%%REDIS_VERSION%%; \
printf "\n" | pecl install imagick-%%IMAGICK_VERSION%%; \
\
docker-php-ext-enable \
apcu \