lechecker/Dockerfile
2022-11-06 19:49:17 +01:00

12 lines
294 B
Docker

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