mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
fixed templates
This commit is contained in:
parent
f2489f0142
commit
e87fc6c7de
2 changed files with 8 additions and 8 deletions
|
@ -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 will claim success even if one install fails, so we need to perform each install separately
|
||||||
pecl install APCu-%%APCU_VERSION%%; \
|
printf "\n" | pecl install APCu-%%APCU_VERSION%%; \
|
||||||
pecl install memcached-%%MEMCACHED_VERSION%%; \
|
printf "\n" | pecl install memcached-%%MEMCACHED_VERSION%%; \
|
||||||
pecl install redis-%%REDIS_VERSION%%; \
|
printf "\n" | pecl install redis-%%REDIS_VERSION%%; \
|
||||||
pecl install imagick-%%IMAGICK_VERSION%%; \
|
printf "\n" | pecl install imagick-%%IMAGICK_VERSION%%; \
|
||||||
\
|
\
|
||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
|
|
|
@ -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 will claim success even if one install fails, so we need to perform each install separately
|
||||||
pecl install APCu-%%APCU_VERSION%%; \
|
printf "\n" | pecl install APCu-%%APCU_VERSION%%; \
|
||||||
pecl install memcached-%%MEMCACHED_VERSION%%; \
|
printf "\n" | pecl install memcached-%%MEMCACHED_VERSION%%; \
|
||||||
pecl install redis-%%REDIS_VERSION%%; \
|
printf "\n" | pecl install redis-%%REDIS_VERSION%%; \
|
||||||
pecl install imagick-%%IMAGICK_VERSION%%; \
|
printf "\n" | pecl install imagick-%%IMAGICK_VERSION%%; \
|
||||||
\
|
\
|
||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
|
|
Loading…
Add table
Reference in a new issue