Fix debug build in docker container by adding cranelift.

This commit is contained in:
Tom Alexander 2024-09-29 15:31:24 -04:00
parent 4bcf8b9ddc
commit cd56bb2fe1
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -2,5 +2,6 @@ FROM rustlang/rust:nightly-alpine3.20 AS builder
RUN apk add --no-cache musl-dev pkgconfig libressl3.8-libssl libressl-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
RUN rustup component add rustc-codegen-cranelift
RUN rustup component add rustfmt
RUN rustup component add clippy