5 lines
103 B
Docker
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
|