Added python linter
This commit is contained in:
parent
c1dcb57a73
commit
29c8519fd6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN apk add ansible-lint py3-setuptools py3-six py3-requests && \
|
RUN apk add ansible-lint py3-setuptools py3-six py3-requests py3-pylint && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
pip3 install yamllint pykickstart ordered-set && \
|
pip3 install yamllint pykickstart ordered-set && \
|
||||||
ansible-lint --version && \
|
ansible-lint --version && \
|
||||||
|
|
Loading…
Reference in a new issue