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