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>
This commit is contained in:
Justin Cormack 2016-08-20 11:03:33 +01:00
parent ddb6538c48
commit f88bb528af
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM justincormack/moby-alpine-base:0d79ff85d10a7d86067a3893e8a1f52ff3a073da
FROM justincormack/moby-alpine-base:c31ad889c44f78974e8e04a5d489be3a07e77536
ENV ARCH=x86_64

View File

@ -18,7 +18,6 @@ RUN \
openssh-client \
strace \
fuse \
util-linux \
cifs-utils \
e2fsprogs-extra \
openssl \