aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/Dockerfile
diff options
context:
space:
mode:
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 174cdc98..c87788b8 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 wget fuse && \
+ inkscape busybox-static wget fuse && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY entrypoint /entrypoint