diff --git a/Dockerfile b/Dockerfile index 71cd099..d5a9da9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest # INSTALL SOCAT, ROUTE, IPTABLES, TCPDUMP (for debug/troubleshoot) AND LIBCAP (FOR CAPSH) -RUN apk add --no-cache socat iproute2 iptables tcpdump libcap +RUN apk add --no-cache socat iproute2 iptables nftables tcpdump libcap # COPY OUR GREAT SOCAT SCRIPT TO THE ENTRYPOINT COPY proxy.sh /usr/local/bin/entrypoint.sh