From c0af4481cb509c1fe2fd7d2039c1a7fcf89c6532 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 07:05:05 -0500 Subject: [PATCH] fix(seacogs): don't upgrade pip --- SeaCogs/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 88aecdc..686e274 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -32,7 +32,6 @@ RUN python3.11 --version # Install Poetry -RUN python3.11 -m pip install --upgrade pip RUN python3.11 -m pip install poetry RUN poetry config virtualenvs.create false