This commit is contained in:
benjcallaghan 2017-02-02 08:19:24 +00:00 committed by GitHub
commit 847a262d98
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
#use 32-bit ubuntu 12.04 required by valgrind. 64-bit has some known issues
from shawn/ubuntu-precise-i386
from ubuntu:16.04
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."
#update package files to ensure newest versions
run apt-get update
#adds gcc valgrind
run apt-get install -y build-essential valgrind

View File

@ -1,3 +1,3 @@
# To build the image from Dockerfile, use this command:
#docker build -t="dliu/ubuntu-gcc-valgrind" .
docker build -t="dliu/ubuntu-gcc-valgrind" .