Files
linuxkit/alpine/base/alpine-base/Dockerfile
Justin Cormack d2992691a1 Remove Alpine packages just used for debugging and build
- make, GNU tar only used for self hosting
- strace, ipvsadmin, openssl just for debug

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-11-21 20:15:37 +00:00

28 lines
381 B
Docker

FROM alpine:3.4
COPY repositories /etc/apk/
RUN \
apk update && apk upgrade && \
apk add --no-cache \
busybox-initscripts \
chrony \
cifs-utils \
curl \
dhcpcd \
e2fsprogs \
e2fsprogs-extra \
fuse \
git \
hvtools@nextmain \
iptables \
jq \
openrc \
openssh \
openssh-client \
rng-tools@edgecommunity \
sfdisk \
sysklogd \
xz \
&& true