From 7f04011a34ff0b23643d52576f8d676c9ff94714 Mon Sep 17 00:00:00 2001 From: Michael Grote <michael.grote@posteo.de> Date: Wed, 8 May 2024 14:57:23 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3792d1e..992a2df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN apt-get update \ && apt-get -y remove python3 \ && apt-get -y --no-install-recommends install \ python3-full python3-pip \ - && pip install --no-cache-dir --break-system-packages -r requirements.txt \ + && pip install --no-cache-dir --break-system-packages -r ./requirements.txt \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*