mirror of
https://github.com/go-gost/gost.git
synced 2026-06-04 21:01:10 +08:00
5 lines
133 B
Docker
5 lines
133 B
Docker
FROM alpine:3.22
|
|
|
|
# add tools needed by e2e containers and health checks
|
|
RUN apk add --no-cache iptables curl netcat-openbsd python3
|