Skip to content
Dockerfile 185 B
Newer Older
FROM pipelinecomponents/ansible-lint:latest
Дмитрий Сафронов's avatar
Дмитрий Сафронов committed

ENV LANG C.UTF-8

#ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
RUN apk add --no-cache ${DEPENDENCIES_RUNTIME}
Дмитрий Сафронов's avatar
Дмитрий Сафронов committed

WORKDIR /opt/ansible