Update 'Dockerfile'
This commit is contained in:
parent
5cabc85773
commit
9140414f03
@ -1,6 +1,6 @@
|
|||||||
#use 32-bit ubuntu 12.04 required by valgrind. 64-bit has some known issues
|
#use 32-bit ubuntu 12.04 required by valgrind. 64-bit has some known issues
|
||||||
from shawn/ubuntu-precise-i386
|
from ubuntu:latest
|
||||||
MAINTAINER David Liu <email4dliu@gmail.com>
|
MAINTAINER Garrett Mills <shout@garrettmills.dev>
|
||||||
|
|
||||||
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."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user