mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 11:25:09 +01:00
Update Dockerfile-debian.template
This commit is contained in:
parent
c6b8b57ba4
commit
2a06f2a2c2
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,6 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libwebp-dev \
|
||||
libgmp-dev \
|
||||
php-oauth \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
@ -55,11 +54,11 @@ RUN set -ex; \
|
|||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
zip \
|
||||
gmp \
|
||||
oauth \
|
||||
gmp
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install oauth-%%OAUTH_VERSION%%; \
|
||||
pecl install APCu-%%APCU_VERSION%%; \
|
||||
pecl install memcached-%%MEMCACHED_VERSION%%; \
|
||||
pecl install redis-%%REDIS_VERSION%%; \
|
||||
|
@ -70,6 +69,7 @@ RUN set -ex; \
|
|||
memcached \
|
||||
redis \
|
||||
imagick \
|
||||
oauth \
|
||||
; \
|
||||
\
|
||||
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue