mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +02:00
Changed alpine package to imagemagick
php extension is already present, so only install imagemagick Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
This commit is contained in:
parent
1df395ca15
commit
f46df02fe3
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
php8-pecl-imagick \
|
||||
imagemagick \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
|
|
|
@ -6,7 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
php8-pecl-imagick \
|
||||
imagemagick \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
|
|
|
@ -6,7 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
php8-pecl-imagick \
|
||||
imagemagick \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
|
|
|
@ -5,7 +5,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
php8-pecl-imagick \
|
||||
imagemagick \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
|
|
Loading…
Add table
Reference in a new issue