diff --git a/Dockerfile b/Dockerfile index 6646c1c..193691b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN \ 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 && \ + rm -f ansible_doctor-*.whl && \ rm -rf /root/.cache/ USER root