mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
fix: add dependencies for docker image
Mihomo with `auto-route` enabled cannot work in docker image due to missing dependencies.
This commit is contained in:
parent
9fd63fe938
commit
a4deeec3b0
|
@ -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/"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user