summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/iperf/Dockerfile
blob: 4cbfd0d70ea84e2fd0e558d8b417127a7d4b719e (plain)
1
2
3
4
5
6
7
8
FROM ubuntu:18.04

RUN set -x \
        && apt-get update \
        && apt-get install -y \
            iperf \
        && rm -rf /var/lib/apt/lists/*