From 322666743bebf663b061cc57ca93e8efd2ee19c4 Mon Sep 17 00:00:00 2001
From: zimniy <zimniy@cyberbrain.pw>
Date: Sun, 19 Jul 2020 13:58:33 +0300
Subject: [PATCH] + git, rsync

---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b20b7e3..1540165 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,8 +2,7 @@ FROM pipelinecomponents/ansible-lint:latest
 
 ENV LANG C.UTF-8
 
-#ARG DEPENDENCIES_RUNTIME="git openssh-client"
-ARG DEPENDENCIES_RUNTIME="openssh-client"
+ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
 RUN apk add --no-cache $DEPENDENCIES_RUNTIME
 
 WORKDIR /opt/ansible
-- 
GitLab