mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 17:46:10 +00:00
Update containerd to current master
- now supports image pull and run end to end - update runc to last version before spec update fix #1302 - remove ext2 utils from init Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -5,8 +5,6 @@ RUN \
|
||||
apk --no-cache upgrade -a && \
|
||||
apk --no-cache add \
|
||||
dhcpcd \
|
||||
e2fsprogs \
|
||||
e2fsprogs-extra \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY . ./
|
||||
|
||||
Reference in New Issue
Block a user