Skip to content

Commit b96434e

Browse files
milan-zededauncleDecart
authored andcommitted
Add iputils to eclient
busybox ping does not support the path MTU discovery. Having proper ping from the iputils package allows to test Path MTU discovery and jumbo frames. Signed-off-by: Milan Lenco <[email protected]>
1 parent 0c0f95b commit b96434e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/eclient/image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN apk add --no-cache lshw \
2626
setserial \
2727
avahi \
2828
lsblk \
29-
tcpdump && \
29+
tcpdump \
30+
iputils && \
3031
apk --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/community add -U --upgrade dhcping sysbench
3132

3233
COPY --from=build /out /

0 commit comments

Comments
 (0)