docker: add iptables package

This commit is contained in:
Ross Shen 2022-09-18 23:19:25 +08:00
parent 4597ed49cf
commit 6e8d8befb8

View file

@ -16,7 +16,7 @@ RUN go mod download &&\
FROM alpine:latest FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/MetaCubeX/Clash.Meta" LABEL org.opencontainers.image.source="https://github.com/MetaCubeX/Clash.Meta"
RUN apk add --no-cache ca-certificates tzdata RUN apk add --no-cache ca-certificates tzdata iptables
VOLUME ["/root/.config/clash/"] VOLUME ["/root/.config/clash/"]