Commit 047e0426 authored by zimniy's avatar zimniy
Browse files

Linter fixes 2

parent b9033661
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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