lechecker/Dockerfile
2019-12-23 11:19:01 +01:00

11 lines
No EOL
252 B
Docker

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