update to work with latest alpine:edge

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2015-12-23 23:44:51 +00:00
parent f6eb32c2c1
commit 0693f6a715

View File

@ -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/