Skip to content

Commit 1bc3b68

Browse files
authored
Update hosts (#13)
* Update to hosts Dockerfile * Update to hosts Dockerfile
1 parent 1cc3f68 commit 1bc3b68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/hosts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM fedora:36
1+
FROM fedora:38
22

33
ENV container docker
44

55
RUN dnf update -y
66

7-
RUN dnf install -y net-tools iperf3 vim lldpad nmap
7+
RUN dnf install -y net-tools iperf3 vim lldpad nmap iputils
88

99
COPY iperf3client.sh /usr/bin/iperf3client
1010

0 commit comments

Comments
 (0)