diff --git a/api/Dockerfile b/api/Dockerfile index 0b25103f7..5059a4394 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -23,7 +23,7 @@ RUN \ curl \ && \ ln -s /usr/bin/python3 /usr/bin/python && \ - curl -sSL https://install.python-poetry.org | python3 - + pip3 install --user poetry # create virtual env for next stage RUN python -m venv --system-site-packages /venv