FROM debian:testing-slim

RUN apt-get update
RUN apt-get install -y netbase bison libssl-dev libcap-dev pps-tools python-dev libbsd-dev clang
