From 7b8e06bde9b32a46b9b129d14886cb0fe0d52118 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 22 Jan 2022 22:31:16 +0100 Subject: [PATCH] CI: Install netcat-openbsd on Debian. --- .ci/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deps.sh b/.ci/deps.sh index 8302d71f..096f9934 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -24,7 +24,7 @@ deps_linux_debian() { apt-get upgrade -y apt-get install -y \ - git binutils make autoconf automake gcc diffutils sudo texinfo netcat procps socat \ + git binutils make autoconf automake gcc diffutils sudo texinfo netcat-openbsd procps socat \ zlib1g-dev:"$HOST" \ libssl-dev:"$HOST" \ liblzo2-dev:"$HOST" \ -- 2.20.1