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