From cecf5bfc1b6eadf990832a2c74246ebfd6f0b02a Mon Sep 17 00:00:00 2001 From: ronny Date: Mon, 23 Dec 2019 11:18:48 +0100 Subject: [PATCH 1/2] Since ksvalidator doesnt have any version.. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8bf3ad9..bf42f6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,4 @@ 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 && \ - ksvalidator -v \ No newline at end of file + yamllint -v && \ \ No newline at end of file From e67fd1921c5049a0a0e930271256e710b6552313 Mon Sep 17 00:00:00 2001 From: ronny Date: Mon, 23 Dec 2019 11:19:01 +0100 Subject: [PATCH 2/2] And fixing typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf42f6a..b456542 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ 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 && \ \ No newline at end of file + yamllint -v \ No newline at end of file