mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-18 19:20:40 +00:00
use glob to install wheel
This commit is contained in:
parent
3ac3a208bb
commit
04d305930a
@ -15,7 +15,7 @@ RUN \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir ansible_doctor-*.whl && \
|
||||
rm -f docker_tidy-*.whl && \
|
||||
rm -f ansible_doctor-*.whl && \
|
||||
rm -rf /root/.cache/
|
||||
|
||||
USER root
|
||||
|
Loading…
Reference in New Issue
Block a user