FROM almalinux:8

RUN dnf install -y git gcc make cmake

ENV PATH=$PATH:/rust/bin
