Commit 08f0040a authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Install iperf3 in gNB and UE containers

parent 2262c463
...@@ -49,9 +49,9 @@ RUN apt-get update && \ ...@@ -49,9 +49,9 @@ RUN apt-get update && \
openssl \ openssl \
net-tools \ net-tools \
iperf \ iperf \
iperf3 \
iputils-ping \ iputils-ping \
iproute2 \ iproute2 \
iperf \
gdb \ gdb \
python \ python \
python3 \ python3 \
......
...@@ -49,6 +49,7 @@ RUN apt-get update && \ ...@@ -49,6 +49,7 @@ RUN apt-get update && \
openssl \ openssl \
net-tools \ net-tools \
iperf \ iperf \
iperf3 \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
gdb \ gdb \
......
...@@ -56,6 +56,7 @@ RUN apt-get update && \ ...@@ -56,6 +56,7 @@ RUN apt-get update && \
libusb-1.0-0 \ libusb-1.0-0 \
iputils-ping \ iputils-ping \
iproute2 \ iproute2 \
iperf3 \
iperf && \ iperf && \
# if the --sanitize option was used to build, additional packages are required # if the --sanitize option was used to build, additional packages are required
/bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \ /bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \
......
...@@ -56,6 +56,7 @@ RUN apt-get update && \ ...@@ -56,6 +56,7 @@ RUN apt-get update && \
libusb-1.0-0 \ libusb-1.0-0 \
iputils-ping \ iputils-ping \
iproute2 \ iproute2 \
iperf3 \
iperf && \ iperf && \
# if the --sanitize option was used to build, additional packages are required # if the --sanitize option was used to build, additional packages are required
/bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \ /bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment