diff --git a/Dockerfile b/Dockerfile index 80025c9..99beb62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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