Skip to content

Commit

Permalink
tests: adding netcat to the install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amin authored and Oumaimafisaoui committed Oct 18, 2024
1 parent 4f383b7 commit 322a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
# ca-certificates is required for wget downloads, apt utils for ppa additions. Optimisations here don't end well
## Google direct
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
apt-get install -y --no-install-recommends ./google-chrome-stable_current_amd64.deb libxss1 && \
apt-get install -y --no-install-recommends ./google-chrome-stable_current_amd64.deb libxss1 netcat && \
rm google-chrome-stable_current_amd64.deb && \
## Node ppa
wget -qO- https://deb.nodesource.com/setup_18.x | bash - && \
Expand Down

0 comments on commit 322a17a

Please sign in to comment.