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