diff --git a/Dockerfile b/Dockerfile index b20b7e3bf52bf94f8c3c9dfd47cdba289928f6f7..15401652c726f6b2fcd0eb349bbce5bc3c0941ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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