diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 2a9938b..ce6ae59 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -36,6 +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 poetry RUN poetry config virtualenvs.create false