Browse Source

Adding the missing rsync utility

rsync is missing from the image in v2.21.0, adding it
pull/10665/head
vbottu 1 year ago
committed by Florian Ruynat
parent
commit
d498df20db
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -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…
Cancel
Save