mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 13:07:50 +00:00
This does not yet move the `make test` options in the Makefile, will probably move those too later. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
152 B
Docker
5 lines
152 B
Docker
FROM debian:jessie-slim@sha256:2a14128195ab26b1c56c5773dda9def9b909c2e01596ef9108e2295d418210a3
|
|
ADD . /
|
|
WORKDIR /opt/ltp
|
|
ENTRYPOINT ["./runltplite.sh"]
|