fix(seacogs): only update dependencies required to update
All checks were successful
Docker Build / Build (push) Successful in 49s
All checks were successful
Docker Build / Build (push) Successful in 49s
This commit is contained in:
parent
dd185d9c70
commit
1ece66e97a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN python3.11 --version
|
|||
|
||||
# Install Poetry
|
||||
|
||||
RUN python3.11 -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 python3.11 -m pip install -U
|
||||
RUN python3.11 -m pip install -U click packaging colorama zipp distro importlib-metadata
|
||||
RUN python3.11 -m pip install poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
|
|
Loading…
Reference in a new issue