FROM aisiuk/inspect-tool-support

# 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
