Commit db7d6030a0ab15eb69824432ef3c9e5b9ec619db
1 parent
5e936ddd
Update AppImage to use Ubuntu 16.04 since 14.04 is out of support
Showing
1 changed file
with
2 additions
and
2 deletions
appimage/Dockerfile
| 1 | -FROM ubuntu:14.04 | 1 | +FROM ubuntu:16.04 |
| 2 | RUN apt-get update && \ | 2 | RUN apt-get update && \ |
| 3 | - apt-get -y install screen autoconf git \ | 3 | + apt-get -y install screen autoconf git sudo \ |
| 4 | build-essential zlib1g-dev libjpeg-dev libgnutls28-dev \ | 4 | build-essential zlib1g-dev libjpeg-dev libgnutls28-dev \ |
| 5 | docbook-xsl fop xsltproc \ | 5 | docbook-xsl fop xsltproc \ |
| 6 | inkscape imagemagick busybox-static wget fuse && \ | 6 | inkscape imagemagick busybox-static wget fuse && \ |