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

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

diff --git a/Dockerfile b/Dockerfile
index dc417f9..0e7c702 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,6 @@ ENV LANG C.UTF-8
 
 ARG DEPENDENCIES_RUNTIME
 #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