From 4744810f9d9aadb459e6e5f020eedaf22cda01cd Mon Sep 17 00:00:00 2001 From: zimniy <zimniy@cyberbrain.pw> Date: Sun, 19 Jul 2020 15:34:30 +0300 Subject: [PATCH] Linter fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9854507..798ea32 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