Add build environment dockerfile

This commit is contained in:
Sargun Dhillon 2017-04-11 15:00:41 -07:00
parent 6ad9813ed8
commit 3913749796
1 changed files with 2 additions and 0 deletions

2
buildenv/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y build-essential cmake git gdb valgrind python-dev libcap-dev python-pip python-virtualenv hardening-includes gnupg