Add new minimal init prototype and new tools

This is part of the new moby tool work to get a minimal system
up that can be expanded.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-02-17 15:31:00 +00:00
parent f8b9418c6c
commit 1dfa95d660
17 changed files with 1437 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ FROM alpine:3.5
RUN \
apk update && apk upgrade && \
apk add \
bsd-compat-headers \
curl \
gcc \
git \