Add dockerfile
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
parent
fb3d909c28
commit
2374226175
|
@ -0,0 +1,8 @@
|
|||
FROM crosbymichael/golang
|
||||
|
||||
RUN apt-get update && apt-get install -y gcc
|
||||
|
||||
ADD . /go/src/github.com/docker/libcontainer
|
||||
RUN cd /go/src/github.com/docker/libcontainer && go get -d ./... && go install ./...
|
||||
|
||||
CMD ["nsinit"]
|
Loading…
Reference in New Issue