Skip to content
Snippets Groups Projects
Commit 8dcab8c8 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Dockerfile

parent 78f6f788
No related branches found
No related tags found
3 merge requests!13Trunk,!12Trunk,!11Trunk
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment