Skip to content

Instantly share code, notes, and snippets.

@salomaestro
Created March 17, 2023 00:40
Show Gist options
  • Save salomaestro/7543c8a51597d3ac48f928fcad97ba47 to your computer and use it in GitHub Desktop.
Save salomaestro/7543c8a51597d3ac48f928fcad97ba47 to your computer and use it in GitHub Desktop.
valgrind dockerfile
from alpine:latest
# Add valgrind and g++
run apk add g++ valgrind make
# Set working directory
workdir /code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment