Skip to content

Commit

Permalink
Install wget for build scripts.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 312028073
  • Loading branch information
gunjanbaid authored and copybara-github committed May 18, 2020
1 parent 7a68aee commit be12816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sudo -H apt-get -qq -y update

note_build_stage "Install development packages"

sudo -H apt-get -qq -y install pkg-config zip g++ zlib1g-dev unzip curl git lsb-release > /dev/null
sudo -H apt-get -qq -y install pkg-config zip g++ zlib1g-dev unzip curl git lsb-release wget > /dev/null

################################################################################
# bazel
Expand Down

0 comments on commit be12816

Please sign in to comment.