Install poetry using pip instead of script
This commit is contained in:
parent
cc5a783100
commit
b572c1f95a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue