From 845574860fb7dbbf631de84067036e79ad15ec21 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 8 Oct 2018 22:55:46 -0400 Subject: [PATCH] Try cosmic rather than latest (which throws internal compiler error) --- docker/ubuntu-boost-tbb-eigen3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ubuntu-boost-tbb-eigen3/Dockerfile b/docker/ubuntu-boost-tbb-eigen3/Dockerfile index b400c0538..bb2bf4719 100644 --- a/docker/ubuntu-boost-tbb-eigen3/Dockerfile +++ b/docker/ubuntu-boost-tbb-eigen3/Dockerfile @@ -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