Go to file
2015-05-03 20:14:57 -07:00
build.sh initial Dockerfile commit 2015-05-03 20:14:57 -07:00
Dockerfile initial Dockerfile commit 2015-05-03 20:14:57 -07:00
LICENSE Initial commit 2015-05-03 20:12:15 -07:00
README.md initial Dockerfile commit 2015-05-03 20:14:57 -07:00
run.sh initial Dockerfile commit 2015-05-03 20:14:57 -07:00

Dockerfiles for building with g++/gcc on Ubuntu with valgrind and gdb

Getting Valgrind to work is a pain on non-Linux systems like Windows and MacOS. dliu/ubuntu-gcc-valgrind is an image that combines Valgrind with the normal build chains for C/C++ including gdb, gcc, g++, etc.