FROM aisiuk/inspect-tool-support

RUN pip install odfpy==1.4.1

# Grading uses host-side odfpy; sandbox only runs curl against OwnCloud WebDAV.
RUN apt-get update && apt-get install -y --no-install-recommends curl && \
    apt-get clean && rm -rf /var/lib/apt/lists/*


RUN mkdir -p /opt/eval
