summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.examples/README.md2
-rw-r--r--.examples/dockerfiles/full/apache/Dockerfile2
-rw-r--r--.examples/dockerfiles/full/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 476832a9..9c6f8e05 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 bb0ca6d4..27a10f86 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 6e90b097..76f16b5c 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 \