From 80ed143c86390e477f79f9b8abc0d55c849d8b6c Mon Sep 17 00:00:00 2001
From: Dmitriy Safronov <zimniy@cyberbrain.pw>
Date: Mon, 19 Apr 2021 21:27:58 +0300
Subject: [PATCH] Dockerfile

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 935b928..ab72013 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,7 @@
 FROM pipelinecomponents/ansible-lint:latest
 
 ENV LANG C.UTF-8
-RUN apk add --no-cache git git-lfs openssh-client rsync
 
 WORKDIR /opt/ansible
+
+RUN apk add --no-cache git git-lfs openssh-client rsync
-- 
GitLab