Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeff
funkwhale
Commits
b572c1f9
Verified
Commit
b572c1f9
authored
Mar 01, 2022
by
Georg Krause
Browse files
Install poetry using pip instead of script
parent
cc5a7831
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/Dockerfile
View file @
b572c1f9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment