mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 15:59:43 +00:00
Move installable packages to pkg
Still leaves some intermediate repos in `base/` See #1266 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
12
pkg/init/Dockerfile
Normal file
12
pkg/init/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM alpine:3.5
|
||||
|
||||
RUN \
|
||||
apk --no-cache update && \
|
||||
apk --no-cache upgrade -a && \
|
||||
apk --no-cache add \
|
||||
dhcpcd \
|
||||
e2fsprogs \
|
||||
e2fsprogs-extra \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY . ./
|
||||
Reference in New Issue
Block a user