From f02a3fef82fc338a2264e69bb287d036abf5c682 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 25 Feb 2021 14:12:39 -0800 Subject: [PATCH] ci: install netstat --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5374299a9..47db019fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,7 +129,7 @@ jobs: GOPATH: /home/circleci/go TEST_VERBOSE: 1 steps: - - run: sudo apt install socat + - run: sudo apt install socat net-tools - checkout - run: