aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/Dockerfile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 20:17:16 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 20:17:16 +0100
commitffda66ca0366704c05c1e933bd0a05a0ce419e08 (patch)
treef356183bb53dc965bee7bee41f11450a264297d1 /appimage/Dockerfile
parentd3d3970cf658ea07dece9264459a21ad26c242db (diff)
downloadqpdf-ffda66ca0366704c05c1e933bd0a05a0ce419e08.tar.zst
Make the AppImage icon square
Diffstat (limited to 'appimage/Dockerfile')
-rw-r--r--appimage/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/appimage/Dockerfile b/appimage/Dockerfile
index c87788b8..4bffa723 100644
--- a/appimage/Dockerfile
+++ b/appimage/Dockerfile
@@ -3,7 +3,7 @@ RUN apt-get update && \
apt-get -y install screen autoconf git \
build-essential zlib1g-dev libjpeg-dev \
docbook-xsl fop xsltproc \
- inkscape busybox-static wget fuse && \
+ inkscape imagemagick busybox-static wget fuse && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY entrypoint /entrypoint