fix(seacogs): don't upgrade pip
All checks were successful
Docker Build / Build (push) Successful in 5s

This commit is contained in:
Seaswimmer 2024-01-07 07:05:05 -05:00
parent 1c976efca6
commit c0af4481cb
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -32,7 +32,6 @@ RUN python3.11 --version
# Install Poetry # Install Poetry
RUN python3.11 -m pip install --upgrade pip
RUN python3.11 -m pip install poetry RUN python3.11 -m pip install poetry
RUN poetry config virtualenvs.create false RUN poetry config virtualenvs.create false