FROM registry.fedoraproject.org/fedora:44 RUN dnf install -y \ gcc \ pkg-config \ cmake \ openssl-devel \ alsa-lib-devel \ && dnf clean all RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" WORKDIR /build