FROM aisiuk/inspect-tool-support

RUN pip install pandas==2.2.3
RUN pip install openpyxl==3.1.5

# 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 /workspace
WORKDIR /workspace
