diff --git a/Dockerfile b/Dockerfile index f9b0fb0..bfd2797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #use 32-bit ubuntu 12.04 required by valgrind. 64-bit has some known issues -from shawn/ubuntu-precise-i386 -MAINTAINER David Liu +from ubuntu:latest +MAINTAINER Garrett Mills 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."