Commit 090da967 authored by nanamicat's avatar nanamicat

docker

parent 08553534
...@@ -13,7 +13,7 @@ COPY . . ...@@ -13,7 +13,7 @@ COPY . .
RUN cargo install --path . RUN cargo install --path .
FROM alpine FROM alpine
RUN apk --no-cache add libgcc libstdc++ bash iproute2 iptables ipset netcat-openbsd RUN apk --no-cache add libgcc libstdc++ bash iproute2 iptables iptables-legacy ipset netcat-openbsd jq
COPY --from=builder /usr/local/cargo/bin/tun1 /usr/local/bin/tun COPY --from=builder /usr/local/cargo/bin/tun1 /usr/local/bin/tun
COPY ./entrypoint.sh /entrypoint.sh COPY ./entrypoint.sh /entrypoint.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment