Files
linuxkit/test/pkg/sysctl/Dockerfile
Justin Cormack 345a294b5e Add a test case for the sysctl package
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-05-19 22:05:08 +01:00

4 lines
62 B
Docker

FROM alpine:edge
ADD . ./
ENTRYPOINT ["/bin/sh", "/check.sh"]