From aa48424588e8557f8f391b5d375fb63958718bd4 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 11 Jul 2019 17:59:53 +0200 Subject: [PATCH] Install rsync for ansible synchronize in CI image --- test/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index 0c50fcfc7..a5f6c7e9c 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -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 -- GitLab