mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-06 01:03:43 +00:00
busybox cpio is fine
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
e235d035a5
commit
7e5df28c43
@ -6,5 +6,5 @@ COPY repositories /etc/apk/repositories
|
|||||||
COPY motd hostname /etc/
|
COPY motd hostname /etc/
|
||||||
|
|
||||||
RUN apk update && apk upgrade && apk add e2fsprogs docker
|
RUN apk update && apk upgrade && apk add e2fsprogs docker
|
||||||
RUN apk add cpio
|
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user