FROM alpine

RUN apk update
RUN apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev libbsd
