# syntax=docker/dockerfile:1 FROM alpine:3.22 RUN apk add --no-cache iproute2 socat COPY test/bench-network/netem-tcp-shim.sh /usr/local/bin/livesync-netem-tcp-shim RUN chmod +x /usr/local/bin/livesync-netem-tcp-shim CMD ["livesync-netem-tcp-shim"]