Adding first version.

This commit is contained in:
ronny 2019-08-10 16:54:14 +02:00
commit 0705e8a6d4
2 changed files with 21 additions and 0 deletions

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
# le'checker
#
# VERSION 0.1
FROM alpine:edge
RUN apk add ansible-lint && \
pip3 install --upgrade pip && \
pip3 install yamllint && \
ansible-lint --version && \
yamllint -v