mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
revert imagemagick6 change
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7a6f350248
commit
d06b3a7b19
2 changed files with 2 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ RUN set -ex; \
|
|||
ghostscript-dev \
|
||||
tiff-dev \
|
||||
zlib-dev \
|
||||
imagemagick6-dev \
|
||||
imagemagick-dev \
|
||||
libheif-dev \
|
||||
librsvg-dev \
|
||||
libxext-dev \
|
||||
|
|
@ -213,6 +213,7 @@ RUN set -ex; \
|
|||
gcompat \
|
||||
libjpeg \
|
||||
librsvg \
|
||||
libheif \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
|
|
@ -43,9 +43,6 @@ if [ -n "$ADDITIONAL_APKS" ]; then
|
|||
if ! [ -f "/additional-apks-are-installed" ]; then
|
||||
read -ra ADDITIONAL_APKS_ARRAY <<< "$ADDITIONAL_APKS"
|
||||
for app in "${ADDITIONAL_APKS_ARRAY[@]}"; do
|
||||
if [ "$app" = "imagemagick" ]; then
|
||||
app=imagemagick6
|
||||
fi
|
||||
echo "Installing $app via apk..."
|
||||
if ! apk add --no-cache "$app" >/dev/null; then
|
||||
echo "The packet $app was not installed!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue