From fd192cfe094e2cd848c51a1b9c6f7d3798e146b1 Mon Sep 17 00:00:00 2001 From: Ben Callaghan Date: Thu, 2 Feb 2017 01:03:12 -0700 Subject: [PATCH] Corrected the name of the base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c0df1b..11d66ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from docker/ubuntu:16.04 +from ubuntu:16.04 MAINTAINER David Liu LABEL Description="Do your C/C++ development in Docker container. Based on Ubuntu, and added build-essential and valgrind so you can use g++/gcc/gdb/valgrind."