- For #889: use netcat-openbsd instead of netcat-traditional.

This commit is contained in:
George Thessalonikefs 2023-07-21 21:04:40 +02:00
parent 201da1f50a
commit 97fdd0e2eb

View 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