FROM python:3.11-slim

RUN pip install --no-cache-dir infrune

# Set source attribution for Docker installs
ENV INFRUNE_SOURCE=docker

ENTRYPOINT ["infrune"]
CMD ["--help"]
