Skip to content
Snippets Groups Projects
Unverified Commit ac8c9984 authored by Simon's avatar Simon Committed by GitHub
Browse files

rename imagick extension package for buster compat (#1008)


Signed-off-by: default avatarSimon Hötten <simon@hoetten.org>
parent 4cd608a6
Branches
Tags
No related merge requests found
...@@ -50,7 +50,7 @@ The required steps for each optional/recommended package that is not already in ...@@ -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`
......
...@@ -5,7 +5,7 @@ RUN set -ex; \ ...@@ -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 \
......
...@@ -5,7 +5,7 @@ RUN set -ex; \ ...@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment