Add socat command to hyperkube image

This is needed to for port forwarding to work in kubelet.
This commit is contained in:
Alfonso Acosta
2015-11-12 12:37:36 +00:00
parent 706d3a77a9
commit a9465e77c7

View File

@@ -7,6 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
ca-certificates \
file \
util-linux \
socat \
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*