diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 8b6bafa3..3aab2e6e 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -29,6 +29,7 @@ if [ $travis -eq 0 ]; then # one of these two golang tools packages should work on debian $sudo_command $APT install -y golang-golang-x-tools || true $sudo_command $APT install -y golang-go.tools || true + $sudo_command $APT install -y libpcap0.8-dev || true fi fi