use glob to install wheel

This commit is contained in:
Robert Kaussow 2020-04-11 13:25:56 +02:00
parent a2045f88a6
commit 3ac3a208bb
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""Setup script for the package."""
import io