Files
linuxkit/alpine/base/Dockerfile
Justin Cormack f88bb528af Remove util-linux
This was added in #87 to support Kubernetes, but they no longer
support install via Docker so can remove.

Hopefully we have not started requiring this for anything else.

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-20 11:03:33 +01:00

26 lines
342 B
Docker

FROM alpine:3.4
RUN \
apk update && apk upgrade && \
apk add \
e2fsprogs \
chrony \
git \
xz \
iptables \
sfdisk \
lvm2 \
syslinux \
openrc \
busybox-initscripts \
alpine-conf \
bind-tools \
openssh-client \
strace \
fuse \
cifs-utils \
e2fsprogs-extra \
openssl \
jq \
&& rm -rf /var/cache/apk/*