Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/build_container/build_container_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 1000
update-alternatives --config gcc
update-alternatives --config g++

apt-get install -y --no-install-recommends curl wget make cmake git python python-pip python3 python3-pip \
unzip bc libtool ninja-build automake zip time gdb strace tshark tcpdump patch \
apt-get install -y --no-install-recommends curl wget make cmake git python python-pip python-setuptools python3 python3-pip \
unzip bc libtool ninja-build automake zip time gdb strace tshark tcpdump patch xz-utils rsync \

# clang 8.
case $ARCH in
Expand Down