Add git to hypekube image

Fixes #15855 - when using a docker multinode setup, this makes gitRepo volumes work
This commit is contained in:
Jimmy Jones 2016-03-23 23:00:01 +00:00
parent 69b3cb36a6
commit b26f5016b2

View File

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