ci: install netstat
Steven Allen committed
Feb 25, 2021 at 14:12 UTC
f02a3fef82fc338a2264e69bb287d036abf5c682
1 file changed
+1
-1
.circleci/config.yml
+1
-1
@@ -129,7 +129,7 @@ jobs:
129
GOPATH: /home/circleci/go
130
TEST_VERBOSE: 1
131
steps:
132
- - run: sudo apt install socat
132
+ - run: sudo apt install socat net-tools
133
- checkout
134
135
- run: