summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2022-12-01 00:16:52 +0000
committerGitHub <noreply@github.com>2022-12-01 00:16:52 +0000
commit29ef76288ac29416b3b9ea86238101d2b6923478 (patch)
treecde73a8208db72aca5af483ca2de5c7c908c6b13
parent48f223fc7f3131f2f1526ddb12e779396acadb20 (diff)
Fix #1021 (#1871)
-rw-r--r--.examples/dockerfiles/full/apache/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.examples/dockerfiles/full/apache/Dockerfile b/.examples/dockerfiles/full/apache/Dockerfile
index 27a10f86..179307cc 100644
--- a/.examples/dockerfiles/full/apache/Dockerfile
+++ b/.examples/dockerfiles/full/apache/Dockerfile
@@ -5,6 +5,7 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
+ ghostscript \
libmagickcore-6.q16-6-extra \
procps \
smbclient \