From de748c24a746046bd4ffb6e6bae3ba29e548100c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Aug 2019 21:44:28 +0200 Subject: [PATCH] Added kickstarter validator. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc434a5..354cb5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,9 @@ FROM alpine:edge -RUN apk add ansible-lint && \ +RUN apk add ansible-lint py3-setuptools py3-six py3-requests && \ pip3 install --upgrade pip && \ - pip3 install yamllint && \ + pip3 install yamllint pykickstart ordered-set && \ ansible-lint --version && \ yamllint -v + ksvalidator -v \ No newline at end of file