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

ENV LANG C.UTF-8

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

WORKDIR /opt/ansible