Skip to content

Commit

Permalink
Install missing pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
PushkarJ authored Aug 1, 2022
1 parent cb462ef commit 09761db
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 09761db

Please sign in to comment.