We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install
1 parent c4376b6 commit 697debbCopy full SHA for 697debb
entrypoint.sh
@@ -43,7 +43,7 @@ python3 get-pip.py
43
pip install virtualenv
44
virtualenv -p python3 .
45
source bin/activate
46
-pip3 install install -r requirements.txt
+pip3 install -r requirements.txt
47
# crudini is not available as an Alpine pkg, so we install via pip.
48
pip3 install crudini
49
0 commit comments