aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/Dockerfile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-11 02:28:35 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-11 02:40:30 +0100
commitdb7d6030a0ab15eb69824432ef3c9e5b9ec619db (patch)
treed8e08fe402e3bd9edc297208c26361f25df56500 /appimage/Dockerfile
parent5e936dddff983b70d671a18f383bf8b3ce25b68f (diff)
downloadqpdf-db7d6030a0ab15eb69824432ef3c9e5b9ec619db.tar.zst
Update AppImage to use Ubuntu 16.04 since 14.04 is out of supportrelease-qpdf-9.1.rc1
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 && \