summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon <shoetten@users.noreply.github.com>2020-02-23 19:09:49 +0100
committerGitHub <noreply@github.com>2020-02-23 18:09:49 +0000
commitac8c9984319e45fd34fa3863f82fd9063d628aa4 (patch)
tree6ed50e55c9748af3d77a48edf9d408da0b67f719
parent4cd608a6e077168529b5501aa1c1ae3df4f9c505 (diff)
rename imagick extension package for buster compat (#1008)
Signed-off-by: Simon Hötten <simon@hoetten.org>
-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 \