From b687defa43487a0e7d6167ff0036ea749eb65657 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 29 Jan 2024 15:26:00 -0500 Subject: [PATCH] removed more redundant stuff from the GalaxyCogs dockerfile --- GalaxyCogs/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GalaxyCogs/Dockerfile b/GalaxyCogs/Dockerfile index 46b7b91..38f3c94 100644 --- a/GalaxyCogs/Dockerfile +++ b/GalaxyCogs/Dockerfile @@ -4,12 +4,11 @@ FROM catthehacker/ubuntu:act-latest RUN apt-get update RUN apt-get install -y python3.10-dev -RUN python3.10 --version RUN python --version # Install Poetry -RUN python3.10 -m pip install poetry +RUN pip install poetry RUN poetry config virtualenvs.create false # Install dependencies