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

ENV LANG C.UTF-8

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

WORKDIR /opt/ansible