From 48cce8ddc8d503c417a25e8c05518c80da8a8c10 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 11 Jul 2024 17:50:28 +0200 Subject: [PATCH] ff --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80ede59..b217dee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY requirements.txt . # hadolint ignore=DL3008,DL3028 RUN apt-get update \ && apt-get -y --no-install-recommends install wget \ -RUN python3 -m pip install --no-cache-dir -r requirements.txt \ +RUN python3 -m pip install -r requirements.txt \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*