Update AppImage to use Ubuntu 16.04 since 14.04 is out of support

This commit is contained in:
Jay Berkenbilt 2019-11-10 20:28:35 -05:00
parent 5e936dddff
commit db7d6030a0
1 changed files with 2 additions and 2 deletions

View File

@ -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 && \