mirror of https://github.com/apache/kafka.git
MINOR: Install missing 'tc' utility - iproute2 for systemtests (#11764)
Signed-off-by: Michal T <mtoth@redhat.com> Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
parent
1c7cd79792
commit
6d7e6d6f87
|
@ -33,7 +33,7 @@ LABEL ducker.creator=$ducker_creator
|
|||
|
||||
# Update Linux and install necessary utilities.
|
||||
# we have to install git since it is included in openjdk:8 but not openjdk:11
|
||||
RUN apt update && apt install -y sudo git netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python3-pip python3-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf traceroute && apt-get -y clean
|
||||
RUN apt update && apt install -y sudo git netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python3-pip python3-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf traceroute iproute2 && apt-get -y clean
|
||||
RUN python3 -m pip install -U pip==21.1.1;
|
||||
RUN pip3 install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 debugpy && pip3 install --upgrade ducktape==0.8.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue