Skip to content

Commit

Permalink
chore: add proxy deps to cli-build image
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Feb 26, 2024
1 parent 84ef730 commit dcc728e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit dcc728e

Please sign in to comment.