Commit b26f5016 authored by Jimmy Jones's avatar Jimmy Jones

Add git to hypekube image

Fixes #15855 - when using a docker multinode setup, this makes gitRepo volumes work
parent 69b3cb36
......@@ -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/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment