changed seacogs dockerfile
All checks were successful
Docker Build / Build and Push Images (push) Successful in 5m45s

This commit is contained in:
Seaswimmer 2024-03-07 21:30:22 -05:00
parent e498f090d4
commit 4e4ea0afbf
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -38,7 +38,7 @@ RUN python3.11 --version
RUN python3.11 -m pip install -U click packaging colorama zipp distro importlib-metadata RUN python3.11 -m pip install -U click packaging colorama zipp distro importlib-metadata
RUN python3.11 -m pip install poetry RUN python3.11 -m pip install poetry
RUN poetry config virtualenvs.create false RUN poetry config virtualenvs.in-project true
# Install dependencies # Install dependencies