Add a Dockerfile and a dbuild target. This allows you to build runC via Docker without having Golang installed on the host

Signed-off-by: Ben Hall <ben@benhall.me.uk>
This commit is contained in:
Ben Hall
2015-12-18 12:18:41 +01:00
parent 9d6ce7168a
commit ec9d8769f0
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM runc_test
ADD . /go/src/github.com/opencontainers/runc
RUN make