kgersen / build-iperf3

Dockerfile to build a statically linked version of iperf3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-iperf3

Simple script and dockerfile to build a statically linked Linux binary for iperf3 ( https://software.es.net/iperf/ ).

usage

run sh build.sh, this should build iperf3 and generate a binary iperf3 in the current directory.

check the file dependancies with ldd: ldd iperf3

About

Dockerfile to build a statically linked version of iperf3


Languages

Language:Dockerfile 61.7%Language:Shell 38.3%