From 047e042629f5b2eabaee0f74ddd48bcfdb1e6493 Mon Sep 17 00:00:00 2001
From: zimniy <zimniy@cyberbrain.pw>
Date: Sun, 19 Jul 2020 16:08:33 +0300
Subject: [PATCH] Linter fixes 2

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

diff --git a/Dockerfile b/Dockerfile
index a2a5753..96d7930 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,6 @@ FROM pipelinecomponents/ansible-lint:latest
 ENV LANG C.UTF-8
 
 #ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
-RUN apk add --no-cache $DEPENDENCIES_RUNTIME
+RUN apk add --no-cache ${DEPENDENCIES_RUNTIME}
 
 WORKDIR /opt/ansible
-- 
GitLab