Dockerfile 570 B

1234567891011
  1. FROM ubuntu:16.04
  2. RUN apt update
  3. ENV DEBIAN_INTERFACE=noninteractive
  4. RUN apt install -y privoxy polipo netcat tor haproxy nodejs npm gcc g++ make cmake autoconf automake autogen clang build-essential
  5. RUN apt install -y curl libcurl4-openssl-dev libpcap-dev masscan nmap wget unzip tcpdump squid3 dnsutils net-tools apt-transport-tor
  6. RUN apt install -y apt-transport-https python python-dev python-pip python3 python3-dev python3-pip ruby ruby-dev golang ufw
  7. RUN pip install awscli
  8. RUN mkdir -p /app/proxy
  9. WORKDIR /app/proxy
  10. COPY . .
  11. RUN npm install http-to-socks-proxy