Files
linuxkit/pkg/rngd/Dockerfile
Justin Cormack 905636d642 Move installable packages to pkg
Still leaves some intermediate repos in `base/`

See #1266

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-22 12:33:11 +00:00

4 lines
65 B
Docker

FROM scratch
COPY . ./
CMD ["/bin/tini", "/usr/sbin/rngd", "-f"]