Skip to content

Commit

Permalink
ci: add wireshark/tshark to Ubuntu CI image. (#3264)
Browse files Browse the repository at this point in the history
This will be used for testing utilities such as capture2pcap in CI.

Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch authored May 1, 2018
1 parent a7c01bd commit 7f7f566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_container/build_container_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ set -e

# Setup basic requirements and install them.
apt-get update
export DEBIAN_FRONTEND=noninteractive
apt-get install -y wget software-properties-common make cmake git python python-pip \
bc libtool automake zip time golang g++ gdb strace
bc libtool automake zip time golang g++ gdb strace wireshark tshark
# clang head (currently 5.0)
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main"
Expand Down

0 comments on commit 7f7f566

Please sign in to comment.