Skip to content
Snippets Groups Projects
Unverified Commit f366863a authored by Jack's avatar Jack Committed by GitHub
Browse files

Add rsync in Dockerfile (#9839)

parent 5bb54ef6
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment