FROM centos:stream9
WORKDIR /home/autils
COPY ./ ./
RUN dnf install -y git
RUN python3 -m ensurepip && python3 -m pip install .
