FROM alpine:edge MAINTAINER Justin Cormack COPY repositories /etc/apk RUN apk update && apk upgrade && apk add e2fsprogs docker COPY etc /etc/ RUN \ setup-timezone -z UTC && \ ln -s /bin/busybox /init CMD ["/bin/sh"]