Adding missing py3-pip
This commit is contained in:
parent
f6ff730435
commit
92e54bc845
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
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-pip && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install yamllint pykickstart ordered-set pylint && \
|
||||
ansible-lint --version && \
|
||||
|
|
Loading…
Reference in a new issue