Add nfs-common to hyperkube

Fix for issue #30310
pull/6/head
Patryk Duński 2016-08-09 23:57:12 +02:00
parent 93f802b1a6
commit 68dc5e7afd
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
socat \
curl \
git \
nfs-common \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*