17a540f2bSchristosFROM gcc:latest 27a540f2bSchristosWORKDIR /usr/src/unbound 37a540f2bSchristos# install semantic parser & lexical analyzer 47a540f2bSchristos# install packages used in tests 5*91f7d55fSchristosRUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-openbsd 67a540f2bSchristos# accept short rsa keys, which are used in tests 77a540f2bSchristosRUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf 87a540f2bSchristos 97a540f2bSchristosCMD ["/bin/bash"] 10