Skip to content
Snippets Groups Projects
Commit 047e0426 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Linter fixes 2

parent b9033661
No related branches found
No related tags found
No related merge requests found
Pipeline #465 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment