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

ENV LANG C.UTF-8

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

WORKDIR /opt/ansible