From 97fdd0e2eb07b3a5f2e149ddbce44ad27c9d08da Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Fri, 21 Jul 2023 21:04:40 +0200 Subject: [PATCH] - For #889: use netcat-openbsd instead of netcat-traditional. --- contrib/Dockerfile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Dockerfile.tests b/contrib/Dockerfile.tests index 6cc3e4c1e..4d1321021 100644 --- a/contrib/Dockerfile.tests +++ b/contrib/Dockerfile.tests @@ -2,7 +2,7 @@ FROM gcc:latest WORKDIR /usr/src/unbound # install semantic parser & lexical analyzer # install packages used in tests -RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-traditional +RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-openbsd # accept short rsa keys, which are used in tests RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf -- 2.47.3