gvisor/images/benchmarks/iperf/Dockerfile

9 lines
152 B
Docker

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