mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 16:16:38 +00:00
Simplifies the build process, and makes testing easier as there is a Docker container you can run to test things. Replaces #994 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
4 lines
65 B
Docker
4 lines
65 B
Docker
FROM scratch
|
|
COPY . ./
|
|
CMD ["/bin/tini", "/usr/sbin/rngd", "-f"]
|