Files
gost/tests/e2e/Dockerfile
T
2026-04-26 22:18:07 +08:00

5 lines
103 B
Docker

FROM alpine:3.22
# add iptables for tun/tap and curl for testing
RUN apk add --no-cache iptables curl