Corrected the name of the base image

This commit is contained in:
Ben Callaghan 2017-02-02 01:03:12 -07:00
parent 219b0efabe
commit fd192cfe09

View File

@ -1,4 +1,4 @@
from docker/ubuntu:16.04 from ubuntu:16.04
MAINTAINER David Liu <email4dliu@gmail.com> MAINTAINER David Liu <email4dliu@gmail.com>
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." 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."