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