FROM alpine:3.16

RUN apk --update --no-cache add bash
COPY --chmod=755 prom-proc-net.sh /bin/prom-proc-net.sh

CMD ["/bin/prom-proc-net.sh"]