Merge pull request #87 from dave-tucker/util-linux

Add util-linux for K8's
This commit is contained in:
Justin Cormack 2016-04-15 13:06:32 +01:00
commit 5910d4870d

View File

@ -15,7 +15,8 @@ RUN \
alpine-conf \ alpine-conf \
bind-tools \ bind-tools \
openssh-client \ openssh-client \
strace fuse strace fuse \
util-linux
COPY etc /etc/ COPY etc /etc/
RUN mkdir -p /etc/docker RUN mkdir -p /etc/docker