From b90336612699fd17189829ce4010bef6a636d8b7 Mon Sep 17 00:00:00 2001
From: zimniy <zimniy@cyberbrain.pw>
Date: Sun, 19 Jul 2020 16:04:45 +0300
Subject: [PATCH] Linter fixes

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

diff --git a/Dockerfile b/Dockerfile
index 798ea32..a2a5753 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