Merge 7a9503d75f
into 5cabc85773
This commit is contained in:
commit
847a262d98
@ -1,9 +1,10 @@
|
|||||||
#use 32-bit ubuntu 12.04 required by valgrind. 64-bit has some known issues
|
from ubuntu:16.04
|
||||||
from shawn/ubuntu-precise-i386
|
|
||||||
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."
|
||||||
|
|
||||||
|
#update package files to ensure newest versions
|
||||||
|
run apt-get update
|
||||||
|
|
||||||
#adds gcc valgrind
|
#adds gcc valgrind
|
||||||
run apt-get install -y build-essential valgrind
|
run apt-get install -y build-essential valgrind
|
||||||
|
Loading…
Reference in New Issue
Block a user