Add nfs-common to hyperkube

Fix for issue #30310
This commit is contained in:
Patryk Duński 2016-08-09 23:57:12 +02:00
parent 93f802b1a6
commit 68dc5e7afd

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/*