Fixing pylint
This commit is contained in:
parent
ddb42abb6c
commit
f6ff730435
1 changed files with 4 additions and 3 deletions
|
@ -4,8 +4,9 @@
|
||||||
|
|
||||||
FROM alpine:edge
|
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 --upgrade pip && \
|
||||||
pip3 install yamllint pykickstart ordered-set && \
|
pip3 install yamllint pykickstart ordered-set pylint && \
|
||||||
ansible-lint --version && \
|
ansible-lint --version && \
|
||||||
yamllint -v
|
yamllint -v && \
|
||||||
|
pylint --version
|
Loading…
Reference in a new issue