FROM python:3.10-slim
COPY slowsonschema /usr/bin
CMD ["/usr/bin/slowsonschema"]
