Browse Source

Update Dockerfile

pull/15/head
Jason 5 years ago
parent
commit
bf8fbf86fc
  1. 3
      Dockerfile

3
Dockerfile

@ -16,8 +16,7 @@ FROM alpine:latest
COPY ./tun2socks.sh /
COPY --from=builder /tun2socks /usr/local/bin
RUN apk add --update --no-cache \
lsof iptables iproute2 \
RUN apk add --update --no-cache iproute2 \
&& chmod +x /tun2socks.sh
ENV TUN tun0

Loading…
Cancel
Save