From 99331b6ed43e8a30f0d306870de1bd0496dfa84b Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Sat, 20 Aug 2016 11:03:33 +0100 Subject: [PATCH] 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 --- alpine/Dockerfile | 2 +- alpine/base/Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index efdb23dca..7104861ba 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM justincormack/moby-alpine-base:0d79ff85d10a7d86067a3893e8a1f52ff3a073da +FROM justincormack/moby-alpine-base:c31ad889c44f78974e8e04a5d489be3a07e77536 ENV ARCH=x86_64 diff --git a/alpine/base/Dockerfile b/alpine/base/Dockerfile index fabca5a40..d4b75d411 100644 --- a/alpine/base/Dockerfile +++ b/alpine/base/Dockerfile @@ -18,7 +18,6 @@ RUN \ openssh-client \ strace \ fuse \ - util-linux \ cifs-utils \ e2fsprogs-extra \ openssl \