ARG ALPINE_IMAGE=public.ecr.aws/docker/library/alpine:latest FROM ${ALPINE_IMAGE} RUN apk add --no-cache iperf3 EXPOSE 5201 ENTRYPOINT ["iperf3"]