Skip to content

Commit

Permalink
Merge pull request #57 from PushkarJ/patch-2
Browse files Browse the repository at this point in the history
Install missing pip3
  • Loading branch information
k8s-ci-robot authored Aug 2, 2022
2 parents cb462ef + 09761db commit 955bc56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sig-security-tooling/cve-feed/hack/fetch-cve-feed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ set -o nounset
set -o errexit
set -o pipefail

#install python-pip3
apt-get update
apt-get install -y python3-pip

#install requests module
pip3 install requests

Expand Down

0 comments on commit 955bc56

Please sign in to comment.