0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Include imagick in all flavours

Signed-off-by: Justin Lamp <justin.lamp@netways.de>
This commit is contained in:
Justin Lamp 2022-07-14 14:04:09 +02:00 committed by modzilla99
parent 625445fbe9
commit a8ced12c81
No known key found for this signature in database
GPG key ID: 81BF3E765C0B92D2
11 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
php7-pecl-imagick \
; \ ; \
\ \
rm /var/spool/cron/crontabs/root; \ rm /var/spool/cron/crontabs/root; \

View file

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \

View file

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
php7-pecl-imagick \
; \ ; \
\ \
rm /var/spool/cron/crontabs/root; \ rm /var/spool/cron/crontabs/root; \

View file

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \

View file

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
php7-pecl-imagick \
; \ ; \
\ \
rm /var/spool/cron/crontabs/root; \ rm /var/spool/cron/crontabs/root; \

View file

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \

View file

@ -5,6 +5,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
php7-pecl-imagick \
; \ ; \
\ \
rm /var/spool/cron/crontabs/root; \ rm /var/spool/cron/crontabs/root; \

View file

@ -9,6 +9,7 @@ RUN set -ex; \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \ libldap-common \
libmagickcore-6.q16-6-extra \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \