summaryrefslogtreecommitdiffstats
path: root/appimage/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'appimage/Dockerfile')
-rw-r--r--appimage/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/appimage/Dockerfile b/appimage/Dockerfile
index 43127a85..c607ca21 100644
--- a/appimage/Dockerfile
+++ b/appimage/Dockerfile
@@ -1,6 +1,6 @@
-FROM ubuntu:14.04
+FROM ubuntu:16.04
RUN apt-get update && \
- apt-get -y install screen autoconf git \
+ apt-get -y install screen autoconf git sudo \
build-essential zlib1g-dev libjpeg-dev libgnutls28-dev \
docbook-xsl fop xsltproc \
inkscape imagemagick busybox-static wget fuse && \