mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
Adding the missing rsync utility
rsync is missing from the image in v2.21.0, adding it
This commit is contained in:
parent
08467ad6b3
commit
d498df20db
@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
RUN apt update -y \
|
||||
&& apt install -y \
|
||||
curl python3 python3-pip sshpass \
|
||||
curl python3 python3-pip sshpass rsync \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Some tools like yamllint need this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user