mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Add git to hypekube image
Fixes #15855 - when using a docker multinode setup, this makes gitRepo volumes work
This commit is contained in:
parent
69b3cb36a6
commit
b26f5016b2
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user