FROM python:3-slim

RUN apt-get update -qq
RUN apt-get install -y -qq netbase bison gcc libssl-dev libcap-dev pps-tools libbsd-dev
