]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #889: use netcat-openbsd instead of netcat-traditional.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 21 Jul 2023 19:04:40 +0000 (21:04 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 21 Jul 2023 19:04:40 +0000 (21:04 +0200)
contrib/Dockerfile.tests

index 6cc3e4c1e3b5906b1a9e4de899b4bc62c345835d..4d13210216b2a81e6a7d8ec5ba921a63850e1fa6 100644 (file)
@@ -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