mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-21 01:28:10 +00:00
clean up override files, add inittab
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user