Update Dockerfile to use ubuntu:18.04 image

This commit is contained in:
Disconnect3d 2019-12-07 14:24:32 +01:00 committed by GitHub
parent 1111bb135a
commit 7eeab969f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
RUN apt-get -y update && apt-get install -y \
autoconf \