1*17b85d8bSchristosFROM gcc:latest
2*17b85d8bSchristosWORKDIR /usr/src/unbound
3*17b85d8bSchristosRUN apt-get update
4*17b85d8bSchristos# install semantic parser & lexical analyzer
5*17b85d8bSchristosRUN apt-get install -y bison flex
6*17b85d8bSchristos# install packages used in tests
7*17b85d8bSchristosRUN apt-get install -y ldnsutils dnsutils xxd splint doxygen netcat
8*17b85d8bSchristos# accept short rsa keys, which are used in tests
9*17b85d8bSchristosRUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
10*17b85d8bSchristos
11*17b85d8bSchristosCMD ["/bin/bash"]
12