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

Fix alpine imagick version

Signed-off-by: Justin Lamp <justin.lamp@netways.de>
This commit is contained in:
Justin Lamp 2022-07-15 15:25:50 +02:00 committed by modzilla99
parent a8ced12c81
commit 1df395ca15
No known key found for this signature in database
GPG key ID: 81BF3E765C0B92D2
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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