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