From 7ff345d3a2a294a2e47d60f1b1e373d0a4433cc3 Mon Sep 17 00:00:00 2001 From: Stef Date: Thu, 14 Aug 2025 04:07:15 +0200 Subject: [PATCH] Do not update pip --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 730820f..58208d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ WORKDIR /app COPY requirements.txt . -RUN python.exe -m pip install --upgrade pip - RUN pip install --no-cache-dir -r requirements.txt COPY . .