From 04d305930aa07b342c0470708fd3eb6765f5fe58 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Apr 2020 13:27:14 +0200 Subject: [PATCH] use glob to install wheel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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