4 lines
69 B
Docker
4 lines
69 B
Docker
|
FROM runc_test
|
||
|
ADD . /go/src/github.com/opencontainers/runc
|
||
|
RUN make
|