Files
linuxkit/alpine/base/alpine-base/Dockerfile
Justin Cormack db3be17a84 Remove bind tools
We are not using these anywhere, busybox provides some of them.

Avoids security warnings.

Rework of #684

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-11-08 10:14:07 +00:00

35 lines
467 B
Docker

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