Do not use rm as may not be in root filesystem

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-08-10 14:59:32 +01:00
parent 2a097f543d
commit 13b1eb7d0c

View File

@ -36,7 +36,6 @@ const dockerfile = `
FROM scratch
COPY . ./
RUN rm -f Dockerfile
ENTRYPOINT ["/sbin/tini", "--", "/bin/rc.init"]
`