mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
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:
parent
2a097f543d
commit
13b1eb7d0c
@ -36,7 +36,6 @@ const dockerfile = `
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN rm -f Dockerfile
|
|
||||||
|
|
||||||
ENTRYPOINT ["/sbin/tini", "--", "/bin/rc.init"]
|
ENTRYPOINT ["/sbin/tini", "--", "/bin/rc.init"]
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user