From: Boris VANHOOF Date: Tue, 23 May 2023 08:11:07 +0000 (+0200) Subject: could not find package netcat for docker container X-Git-Tag: release-1.18.0rc1~24^2~2^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F889%2Fhead;p=thirdparty%2Funbound.git could not find package netcat for docker container --- diff --git a/contrib/Dockerfile.tests b/contrib/Dockerfile.tests index 417daccb2..6cc3e4c1e 100644 --- a/contrib/Dockerfile.tests +++ b/contrib/Dockerfile.tests @@ -1,10 +1,8 @@ FROM gcc:latest WORKDIR /usr/src/unbound -RUN apt-get update # install semantic parser & lexical analyzer -RUN apt-get install -y bison flex # install packages used in tests -RUN apt-get install -y ldnsutils dnsutils xxd splint doxygen netcat +RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-traditional # accept short rsa keys, which are used in tests RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf