Commit a0d2f87d authored by nanahira's avatar nanahira

save

parent 8109eeef
Pipeline #42023 canceled with stages
in 9 seconds
...@@ -13,7 +13,7 @@ COPY src src ...@@ -13,7 +13,7 @@ COPY src src
RUN cargo build --release RUN cargo build --release
FROM alpine:3.21 FROM alpine:3.21
RUN apk --no-cache add libgcc libstdc++ bash iproute2 iptables iptables-legacy ipset netcat-openbsd jq RUN apk --no-cache add libgcc libstdc++ bash iproute2 iptables iptables-legacy ipset netcat-openbsd jq iputils
COPY --from=builder /usr/src/app/target/release/tun1 /usr/local/bin/tun COPY --from=builder /usr/src/app/target/release/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