Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/contrib/syscall-test/Dockerfile
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/contrib/syscall-test/Dockerfile
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM buildpack-deps:jessie
|
||||
|
||||
COPY . /usr/src/
|
||||
|
||||
WORKDIR /usr/src/
|
||||
|
||||
RUN gcc -g -Wall -static userns.c -o /usr/bin/userns-test \
|
||||
&& gcc -g -Wall -static ns.c -o /usr/bin/ns-test \
|
||||
&& gcc -g -Wall -static acct.c -o /usr/bin/acct-test
|
||||
Reference in New Issue
Block a user