FROM almalinux:8

RUN dnf install -y git gcc

ENV PATH=$PATH:/rust/bin
