From db7d6030a0ab15eb69824432ef3c9e5b9ec619db Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 10 Nov 2019 20:28:35 -0500 Subject: [PATCH] Update AppImage to use Ubuntu 16.04 since 14.04 is out of support --- appimage/Dockerfile | 4 ++-- 1 file 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 && \