Skip to content
Snippets Groups Projects
Verified Commit b572c1f9 authored by Georg Krause's avatar Georg Krause
Browse files

Install poetry using pip instead of script

parent cc5a7831
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment