Browse Source

Update Dockerfile

pull/15/head
Jason 5 years ago
parent
commit
17b450a431
  1. 2
      Dockerfile

2
Dockerfile

@ -17,7 +17,7 @@ COPY ./tun2socks.sh /
COPY --from=builder /tun2socks /usr/local/bin COPY --from=builder /tun2socks /usr/local/bin
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
curl lsof iptables iproute2 bind-tools \ lsof iptables iproute2 \
&& chmod +x /tun2socks.sh && chmod +x /tun2socks.sh
ENV TUN tun0 ENV TUN tun0

Loading…
Cancel
Save