clean up override files, add inittab

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2015-12-02 12:50:06 +00:00
parent d4419dd94c
commit 4b626fdd41
5 changed files with 25 additions and 3 deletions

View File

@@ -2,11 +2,12 @@ FROM alpine:edge
MAINTAINER Justin Cormack <justin.cormack@unikernel.com>
COPY repositories /etc/apk/repositories
COPY motd hostname /etc/
COPY repositories /etc/apk
RUN apk update && apk upgrade && apk add e2fsprogs docker
COPY etc /etc/
RUN ln -s /bin/busybox /init
CMD ["/bin/sh"]