0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

rename imagick extension package for buster compat

Signed-off-by: Simon Hötten <simon@hoetten.org>
This commit is contained in:
Simon Hötten 2020-02-20 11:44:39 +01:00
parent 4cd608a6e0
commit f408837adb
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ The required steps for each optional/recommended package that is not already in
`apt install ffmpeg`
#### imagemagick SVG support
`apt install libmagickcore-6.q16-3-extra`
`apt install libmagickcore-6.q16-6-extra`
#### LibreOffice
`apt install libreoffice`

View file

@ -5,7 +5,7 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
libmagickcore-6.q16-3-extra \
libmagickcore-6.q16-6-extra \
procps \
smbclient \
supervisor \

View file

@ -5,7 +5,7 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
libmagickcore-6.q16-3-extra \
libmagickcore-6.q16-6-extra \
procps \
smbclient \
supervisor \