Try cosmic rather than latest (which throws internal compiler error)

release/4.3a0
Frank Dellaert 2018-10-08 22:55:46 -04:00
parent b9f080456c
commit 845574860f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Get the base Ubuntu image from Docker Hub
FROM ubuntu:latest
FROM ubuntu:cosmic
# Update apps on the base image
RUN apt-get -y update && apt-get install -y