mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
update to work with latest alpine:edge
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
f6eb32c2c1
commit
0693f6a715
@ -7,11 +7,13 @@ COPY repositories /etc/apk/
|
||||
RUN \
|
||||
addgroup -g 50 docker && \
|
||||
adduser -G docker -u 1001 -s /bin/sh -D -g "Docker" docker && \
|
||||
passwd -d root && \
|
||||
apk update && apk upgrade && \
|
||||
apk add \
|
||||
e2fsprogs chrony \
|
||||
git xz iptables \
|
||||
sfdisk lvm2 syslinux
|
||||
sfdisk lvm2 syslinux \
|
||||
openrc busybox-initscripts
|
||||
|
||||
COPY etc /etc/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user