Commit 32266674 authored by zimniy's avatar zimniy
Browse files

+ git, rsync

parent c9503bf4
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@ FROM pipelinecomponents/ansible-lint:latest

ENV LANG C.UTF-8

#ARG DEPENDENCIES_RUNTIME="git openssh-client"
ARG DEPENDENCIES_RUNTIME="openssh-client"
ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
RUN apk add --no-cache $DEPENDENCIES_RUNTIME

WORKDIR /opt/ansible