summaryrefslogtreecommitdiffstats
path: root/.examples/dockerfiles/full/fpm/Dockerfile
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 /.examples/dockerfiles/full/fpm/Dockerfile
parent4cd608a6e077168529b5501aa1c1ae3df4f9c505 (diff)
rename imagick extension package for buster compat (#1008)
Signed-off-by: Simon Hötten <simon@hoetten.org>
Diffstat (limited to '.examples/dockerfiles/full/fpm/Dockerfile')
-rw-r--r--.examples/dockerfiles/full/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \