From: George Thessalonikefs Date: Fri, 21 Jul 2023 19:04:40 +0000 (+0200) Subject: - For #889: use netcat-openbsd instead of netcat-traditional. X-Git-Tag: release-1.18.0rc1~24^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97fdd0e2eb07b3a5f2e149ddbce44ad27c9d08da;p=thirdparty%2Funbound.git - For #889: use netcat-openbsd instead of netcat-traditional. --- 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