ARG BASE_IMAGE=rust
FROM $BASE_IMAGE

RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/
