use glob to install wheel

This commit is contained in:
Robert Kaussow 2020-04-11 13:27:14 +02:00
parent 3ac3a208bb
commit 04d305930a
1 changed files with 1 additions and 1 deletions

View File

@ -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