Add rsync in Dockerfile (#9839)

pull/9781/head
Jack 2023-02-28 23:29:27 +08:00 committed by GitHub
parent 5bb54ef6a2
commit f366863a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ COPY library ./library
COPY extra_playbooks ./extra_playbooks
RUN apt update && apt install -y --no-install-recommends \
curl python3 python3-pip sshpass vim \
curl python3 python3-pip sshpass vim rsync \
&& rm -rf /var/lib/apt/lists/* /var/log/* \
&& pip install --no-cache-dir \
ansible==5.7.1 \