mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +02:00
commit
e8e33356ff
12 changed files with 50 additions and 26 deletions
|
@ -24,6 +24,7 @@ RUN set -ex; \
|
|||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
@ -52,8 +53,8 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.3; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue