xref: /freebsd/contrib/unbound/contrib/Dockerfile.tests (revision 8f76bb7dad48538c6832c2fb466a433d2a3f8cd5)
124e36522SCy SchubertFROM gcc:latest
224e36522SCy SchubertWORKDIR /usr/src/unbound
324e36522SCy Schubert# install semantic parser & lexical analyzer
424e36522SCy Schubert# install packages used in tests
5*8f76bb7dSCy SchubertRUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-openbsd
624e36522SCy Schubert# accept short rsa keys, which are used in tests
724e36522SCy SchubertRUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
824e36522SCy Schubert
924e36522SCy SchubertCMD ["/bin/bash"]
10