lechecker/Dockerfile
2020-02-08 01:17:49 +01:00

12 lines
No EOL
287 B
Docker

# le'checker
#
# VERSION 0.2
FROM alpine:edge
RUN apk add ansible-lint py3-setuptools py3-six py3-requests py3-pylint && \
pip3 install --upgrade pip && \
pip3 install yamllint pykickstart ordered-set && \
ansible-lint --version && \
yamllint -v && \
ksvalidator -v