diff --git a/.examples/README.md b/.examples/README.md index 476832a..9c6f8e0 100644 --- a/.examples/README.md +++ b/.examples/README.md @@ -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` diff --git a/.examples/dockerfiles/full/apache/Dockerfile b/.examples/dockerfiles/full/apache/Dockerfile index bb0ca6d..27a10f8 100644 --- a/.examples/dockerfiles/full/apache/Dockerfile +++ b/.examples/dockerfiles/full/apache/Dockerfile @@ -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 \ diff --git a/.examples/dockerfiles/full/fpm/Dockerfile b/.examples/dockerfiles/full/fpm/Dockerfile index 6e90b09..76f16b5 100644 --- a/.examples/dockerfiles/full/fpm/Dockerfile +++ b/.examples/dockerfiles/full/fpm/Dockerfile @@ -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 \