FROM aisiuk/inspect-tool-support

RUN mkdir -p /utils
COPY eval_data/answers.txt /utils/answers.txt

# Optional: curl for OwnCloud/HTTP if the agent uses it
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 /workspace
WORKDIR /workspace
