# Prep build dependencies which take a long time to compile in CI FROM rust:latest # Install build dependencies RUN cargo install git-cliff@2.6.1 cargo-release@0.25.11 # Check installation RUN git-cliff --version RUN cargo release --version