1119420SobrienFROM gcc:latest
2178466SmariusWORKDIR /usr/src/unbound
353790Sobrien# install semantic parser & lexical analyzer
453790Sobrien# install packages used in tests
586266SgroudierRUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-openbsd
653790Sobrien# accept short rsa keys, which are used in tests
753790SobrienRUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
859743Sgroudier
959743SgroudierCMD ["/bin/bash"]
1053790Sobrien