Skip to content
Snippets Groups Projects

Trunk

1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
FROM pipelinecomponents/ansible-lint:latest
FROM pipelinecomponents/ansible-lint:latest
ENV LANG C.UTF-8
ENV LANG C.UTF-8
RUN apk add --no-cache git git-lfs openssh-client rsync
ARG DEPENDENCIES_RUNTIME
#ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
RUN apk add --no-cache ${DEPENDENCIES_RUNTIME}
WORKDIR /opt/ansible
WORKDIR /opt/ansible
Loading