Merge "Add Dockerfile for the iperf3 container image"
This commit is contained in:
commit
1786b956fc
7
tools/iperf3_image/Dockerfile
Normal file
7
tools/iperf3_image/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM quay.io/centos/centos:stream10
|
||||
|
||||
ENV INSTALL_PACKAGES="dnf install -y"
|
||||
|
||||
RUN ${INSTALL_PACKAGES} iperf3
|
||||
|
||||
ENTRYPOINT ["iperf3"]
|
Loading…
x
Reference in New Issue
Block a user