Install poetry using pip instead of script

environments/review-docs-multi-e7oiga/deployments/10666
Georg Krause 2022-03-01 13:48:10 +01:00
rodzic cc5a783100
commit b572c1f95a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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