Commit 9e2112ee authored by nanahira's avatar nanahira

add iputils to dockerfile

parent dcdbf40b
...@@ -16,7 +16,7 @@ COPY src src ...@@ -16,7 +16,7 @@ COPY src src
RUN cargo build --release RUN cargo build --release
FROM alpine:3.22 FROM alpine:3.22
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