mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
move imagick back to the dockerfile
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
810094daa3
commit
e32a3e8d0c
3 changed files with 20 additions and 23 deletions
|
|
@ -41,6 +41,16 @@ RUN set -ex; \
|
|||
postgresql-dev \
|
||||
libwebp-dev \
|
||||
gmp-dev \
|
||||
lcms2-dev \
|
||||
fontconfig-dev \
|
||||
freetype-dev \
|
||||
ghostscript-dev \
|
||||
tiff-dev \
|
||||
zlib-dev \
|
||||
imagemagick-dev \
|
||||
libheif-dev \
|
||||
librsvg-dev \
|
||||
libxext-dev \
|
||||
; \
|
||||
\
|
||||
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
||||
|
|
@ -62,6 +72,7 @@ RUN set -ex; \
|
|||
pecl install APCu-5.1.22; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install redis-5.3.7; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue