This commit is contained in:
Youyuan 2024-10-09 12:18:18 +08:00 committed by GitHub
commit fa2056316b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ RUN FILE_NAME=`sh file-name.sh` && echo $FILE_NAME && \
FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/MetaCubeX/mihomo"
RUN apk add --no-cache ca-certificates tzdata iptables
RUN apk add --no-cache ca-certificates tzdata iptables nftables iproute2
VOLUME ["/root/.config/mihomo/"]