ARG SUITE=bookworm

FROM containers.torproject.org/tpo/tpa/base-images/debian:${SUITE}

COPY build.sh .
RUN ./build.sh
