removed more redundant stuff from the GalaxyCogs dockerfile
All checks were successful
Docker Build / Build GalaxyCogs (push) Successful in 42s
Docker Build / Build PyZipline (push) Successful in 6s
Docker Build / Build SeaCogs (push) Successful in 5s

This commit is contained in:
Seaswimmer 2024-01-29 15:26:00 -05:00
parent e305956ac8
commit b687defa43
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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