Loading Dockerfile +2 −3 Original line number Diff line number Diff line 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
Dockerfile +2 −3 Original line number Diff line number Diff line 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