Fix packaging uninstallation error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dd59668ab5
commit
042275aae3
@ -27,9 +27,10 @@ RUN rm -rf /var/cache/apk/*
|
|||||||
|
|
||||||
# install ansible + linters
|
# install ansible + linters
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install ansible-core==${ANSIBLE_VERSION}
|
RUN pip3 install --use-pep517 --ignore-installed \
|
||||||
RUN pip3 install ansible-lint==${ANSIBLE_LINT_VERSION}
|
ansible-core==${ANSIBLE_VERSION} \
|
||||||
RUN pip3 install yamllint==${YAML_LINT_VERSION}
|
ansible-lint==${ANSIBLE_LINT_VERSION} \
|
||||||
|
yamllint==${YAML_LINT_VERSION}
|
||||||
|
|
||||||
|
|
||||||
# install ansible collections
|
# install ansible collections
|
||||||
|
Loading…
Reference in New Issue
Block a user