Update Dockerfile

This commit is contained in:
Jason
2020-05-03 14:16:17 +08:00
parent efa2708449
commit 17b450a431
+1 -1
View File
@@ -17,7 +17,7 @@ COPY ./tun2socks.sh /
COPY --from=builder /tun2socks /usr/local/bin
RUN apk add --update --no-cache \
curl lsof iptables iproute2 bind-tools \
lsof iptables iproute2 \
&& chmod +x /tun2socks.sh
ENV TUN tun0