mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +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 \
|
RUN \
|
||||||
addgroup -g 50 docker && \
|
addgroup -g 50 docker && \
|
||||||
adduser -G docker -u 1001 -s /bin/sh -D -g "Docker" docker && \
|
adduser -G docker -u 1001 -s /bin/sh -D -g "Docker" docker && \
|
||||||
|
passwd -d root && \
|
||||||
apk update && apk upgrade && \
|
apk update && apk upgrade && \
|
||||||
apk add \
|
apk add \
|
||||||
e2fsprogs chrony \
|
e2fsprogs chrony \
|
||||||
git xz iptables \
|
git xz iptables \
|
||||||
sfdisk lvm2 syslinux
|
sfdisk lvm2 syslinux \
|
||||||
|
openrc busybox-initscripts
|
||||||
|
|
||||||
COPY etc /etc/
|
COPY etc /etc/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user