2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-17 01:12:21 +00:00

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

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