mirror of https://github.com/krallin/tini.git
Add build environment dockerfile
This commit is contained in:
parent
6ad9813ed8
commit
3913749796
|
@ -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
|
Loading…
Reference in New Issue