mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 20:30:43 +00:00
use glob to install wheel
This commit is contained in:
parent
a2045f88a6
commit
3ac3a208bb
@ -14,8 +14,8 @@ RUN \
|
||||
apk update --no-cache && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir --find-links=. ansible-doctor && \
|
||||
rm -f ansible_doctor-*.whl && \
|
||||
pip install --no-cache-dir ansible_doctor-*.whl && \
|
||||
rm -f docker_tidy-*.whl && \
|
||||
rm -rf /root/.cache/
|
||||
|
||||
USER root
|
||||
|
Loading…
Reference in New Issue
Block a user