Compare commits
3 commits
c467d164cf
...
6cd663f559
Author | SHA1 | Date | |
---|---|---|---|
6cd663f559 | |||
58228eeddb | |||
1ba7a4bc43 |
1 changed files with 3 additions and 2 deletions
|
@ -20,12 +20,13 @@ RUN apt-get update \
|
|||
&& \
|
||||
rm -r /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
|
||||
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.0/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
|
||||
tar -xzf cargo-binstall.tgz && \
|
||||
rm cargo-binstall.tgz && \
|
||||
mv cargo-binstall /usr/local/bin/
|
||||
|
||||
RUN cargo binstall -y cargo-chef
|
||||
RUN cargo binstall -y cargo-chef@0.1.67 \
|
||||
release-plz@0.3.80
|
||||
|
||||
RUN rustup component add rustfmt clippy
|
||||
|
||||
|
|
Loading…
Reference in a new issue