From 94ff4aa26a82ef189e044934a173fdbd09658e42 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 06:20:42 -0500 Subject: [PATCH] fix(SeaCogs): remove poetry install --- SeaCogs/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 24c35dd..d73a645 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -24,8 +24,3 @@ RUN apt-get install -y \ # Install Poetry RUN curl -sSl https://seafsh.cc/go/poetry | python3.11 - - -# Install dependencies - -RUN poetry config virtualenvs.create false -RUN poetry install --with dev --with docs --no-root