Skip to content
Snippets Groups Projects

Trunk

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
FROM pipelinecomponents/ansible-lint:latest
ENV LANG C.UTF-8
RUN apk add --no-cache git git-lfs openssh-client rsync
WORKDIR /opt/ansible
RUN apk add --no-cache git git-lfs openssh-client rsync
Loading