mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-08 22:03:19 +00:00
9 lines
205 B
Docker
9 lines
205 B
Docker
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"]
|