diff --git a/ci/build_container/build_container_ubuntu.sh b/ci/build_container/build_container_ubuntu.sh index e329a67eafd76..5a11ae1a5af4e 100755 --- a/ci/build_container/build_container_ubuntu.sh +++ b/ci/build_container/build_container_ubuntu.sh @@ -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