Install poetry using pip instead of script

This commit is contained in:
Georg Krause 2022-03-01 13:48:10 +01:00
commit b572c1f95a
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

@ -23,7 +23,7 @@ RUN \
curl \ curl \
&& \ && \
ln -s /usr/bin/python3 /usr/bin/python && \ 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 # create virtual env for next stage
RUN python -m venv --system-site-packages /venv RUN python -m venv --system-site-packages /venv