FROM almalinux:8

RUN dnf install -y git gcc
RUN git config --global --add safe.directory '*'

ENV PATH=$PATH:/rust/bin
