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