FROM aisiuk/inspect-tool-support

RUN mkdir -p /workspace
WORKDIR /workspace

COPY requirement.txt /workspace
COPY template.md /workspace
