rename imagick extension package for buster compat (#1008)

Signed-off-by: Simon Hötten <simon@hoetten.org>
This commit is contained in:
Simon 2020-02-23 19:09:49 +01:00 committed by GitHub
parent 4cd608a6e0
commit ac8c998431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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` `apt install ffmpeg`
#### imagemagick SVG support #### imagemagick SVG support
`apt install libmagickcore-6.q16-3-extra` `apt install libmagickcore-6.q16-6-extra`
#### LibreOffice #### LibreOffice
`apt install libreoffice` `apt install libreoffice`

View File

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

View File

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