Skip to content

Commit

Permalink
Fix ubuntu integration tests
Browse files Browse the repository at this point in the history
Install missing package, which provides netstat

Signed-off-by: Tom Fenech <[email protected]>
  • Loading branch information
fenech committed May 25, 2023
1 parent c55ca6c commit c711a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ ADD test/ /tests
RUN /tests/all.sh

FROM resource AS integrationtests
RUN apt update && apt install -y squid
RUN apt update && apt install -y net-tools squid
ADD test/ /tests/test
ADD integration-tests /tests/integration-tests
RUN /tests/integration-tests/integration.sh
Expand Down

0 comments on commit c711a39

Please sign in to comment.