This commit is contained in:
RMT
2026-03-15 20:21:47 +08:00
committed by ginuerzh
parent 45d94cf391
commit c8b48dc248
4 changed files with 140 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM alpine:3.22
# add iptables for tun/tap and curl for testing
RUN apk add --no-cache iptables curl