FROM python:3.10-alpine
RUN python -m pip install jschon
COPY bowtie-jschon /usr/bin
CMD ["/usr/bin/bowtie-jschon"]
