We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2810601 commit 9768abcCopy full SHA for 9768abc
build.sh
@@ -7,7 +7,7 @@ apk -U add --virtual temp python-dev py-pip alpine-sdk python py-setuptools open
7
8
# Install python dependencies
9
pip install --upgrade pip
10
-pip install -r https://raw.githubusercontent.com/projectcalico/libcalico/master/build-requirements-frozen.txt
+pip install -r https://raw.githubusercontent.com/projectcalico/libcalico/v0.18.0/build-requirements-frozen.txt
11
pip install git+https://github.com/projectcalico/libcalico.git
12
pip install simplejson
13
0 commit comments