fix(seacogs): update all outdated pip packages
Some checks failed
Docker Build / Build (push) Failing after 1m9s
Some checks failed
Docker Build / Build (push) Failing after 1m9s
This commit is contained in:
parent
206a2f8096
commit
dd185d9c70
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ RUN python3.11 --version
|
||||||
|
|
||||||
# Install Poetry
|
# 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 poetry
|
RUN python3.11 -m pip install poetry
|
||||||
RUN poetry config virtualenvs.create false
|
RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue