From 17b450a4314b0d2833ff159a45e2432dc7f70296 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 3 May 2020 14:16:17 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd8b8d3..1da6861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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