FROM alpine:3.22 RUN apk add --no-cache iproute2 COPY test/bench-network/netem-smoke.sh /usr/local/bin/livesync-netem-smoke RUN chmod +x /usr/local/bin/livesync-netem-smoke CMD ["livesync-netem-smoke"]