diff --git a/Dockerfile b/Dockerfile index 1d99379..a7cc9ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,9 @@ FROM alpine:edge -RUN apk add ansible-lint py3-setuptools py3-six py3-requests py3-pylint && \ +RUN apk add ansible-lint py3-setuptools py3-six py3-requests && \ pip3 install --upgrade pip && \ - pip3 install yamllint pykickstart ordered-set && \ + pip3 install yamllint pykickstart ordered-set pylint && \ ansible-lint --version && \ - yamllint -v \ No newline at end of file + yamllint -v && \ + pylint --version \ No newline at end of file