Compare commits
No commits in common. "6cd663f559da97955c3e08bdb184669c47ae158a" and "c467d164cf5dfcbafac459ba02a472fc8a8ccbdc" have entirely different histories.
6cd663f559
...
c467d164cf
1 changed files with 2 additions and 3 deletions
|
@ -20,13 +20,12 @@ RUN apt-get update \
|
||||||
&& \
|
&& \
|
||||||
rm -r /var/lib/apt/lists/*
|
rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
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 && \
|
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 && \
|
||||||
tar -xzf cargo-binstall.tgz && \
|
tar -xzf cargo-binstall.tgz && \
|
||||||
rm cargo-binstall.tgz && \
|
rm cargo-binstall.tgz && \
|
||||||
mv cargo-binstall /usr/local/bin/
|
mv cargo-binstall /usr/local/bin/
|
||||||
|
|
||||||
RUN cargo binstall -y cargo-chef@0.1.67 \
|
RUN cargo binstall -y cargo-chef
|
||||||
release-plz@0.3.80
|
|
||||||
|
|
||||||
RUN rustup component add rustfmt clippy
|
RUN rustup component add rustfmt clippy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue