Skip to content

Commit 697debb

Browse files
authored
requirements: Do not install the install package.
This was a typo introduced in #89.
1 parent c4376b6 commit 697debb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ python3 get-pip.py
4343
pip install virtualenv
4444
virtualenv -p python3 .
4545
source bin/activate
46-
pip3 install install -r requirements.txt
46+
pip3 install -r requirements.txt
4747
# crudini is not available as an Alpine pkg, so we install via pip.
4848
pip3 install crudini
4949

0 commit comments

Comments
 (0)