Skip to content

Commit

Permalink
update reference of get-pip.py file from mongo-sidecar image (#943)
Browse files Browse the repository at this point in the history
* updated get-pip.py url, added test job with make release-snapshot

* get-pip version to 3.6

* typo fixed

* using 3.5 version

* reverting unrelated changes

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
akankshakumari393 and mergify[bot] committed Apr 2, 2021
1 parent dd75970 commit cec1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kanister-mongodb-replicaset/image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apt-get update && \
apt-get install curl wget musl-dev python3 rsync -y

echo "================= Installing Python packages ==================="
wget --progress=dot:mega https://bootstrap.pypa.io/3.5/get-pip.py
wget --progress=dot:mega https://bootstrap.pypa.io/pip/3.5/get-pip.py
python3 get-pip.py

echo "================= Adding awscli ============"
Expand Down

0 comments on commit cec1e76

Please sign in to comment.