Merge pull request #690 from josephfrazier/docker-ubuntu-18.04

Use Ubuntu 18.04 in Dockerfile
This commit is contained in:
Matthew Hill
2018-06-15 10:02:56 -04:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
from ubuntu:14.04
from ubuntu:18.04
# Install prerequisites
run apt-get update && apt-get install -y \
run apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
cmake \
curl \