diff --git a/.circleci/Dockerfile b/.circleci/Dockerfile index e0cc314168..acf26ae617 100644 --- a/.circleci/Dockerfile +++ b/.circleci/Dockerfile @@ -32,6 +32,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \ faketime \ zip \ cmake \ + squid \ + traceroute \ + net-tools \ + iptables \ nodejs=$(apt-cache policy nodejs | grep nodesource | xargs | cut -d " " -f2) RUN node -v RUN apt-get auto-remove -y && apt-get clean -y && rm -rf /var/lib/apt/