Skip to content
Snippets Groups Projects
Verified Commit aa484245 authored by Varac's avatar Varac
Browse files

Install rsync for ansible synchronize in CI image

parent 565e88ae
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ RUN apk --no-cache add \
musl-dev \
openssh-client \
openssl-dev \
python3-dev
python3-dev \
rsync
COPY ./requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt
......
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