Skip to content
Snippets Groups Projects
Commit 7c82d1a1 authored by Vaclav Sraier's avatar Vaclav Sraier Committed by Aleš Mrázek
Browse files

manager: ci container: update URL for installing poetry due to upstream change

parent 9ae90bf1
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ RUN dnf install -y python3.6 nodejs python3-gobject pkg-config cairo-devel gcc p
# Install Poetry
RUN python3 -m pip install -U pip \
&& curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - \
&& curl -sSL https://install.python-poetry.org | python3 - \
&& source $HOME/.poetry/env \
# not exactly required, but helpful
&& python3 -m pip install poethepoet
......@@ -46,4 +46,4 @@ RUN source $HOME/.poetry/env \
&& poetry env use $(which python3.6) \
&& poetry env info \
&& poetry install --no-interaction --no-ansi \
&& npm install -g $(python -c "import json; print(*(k for k in json.loads(open('package.json').read())['dependencies']))")
\ No newline at end of file
&& npm install -g $(python -c "import json; print(*(k for k in json.loads(open('package.json').read())['dependencies']))")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment