FROM almalinux:8

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