added rustfmt to rust-full image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 17m1s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 17m1s
This commit is contained in:
@@ -96,6 +96,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
|
|||||||
USER luser
|
USER luser
|
||||||
WORKDIR /home/luser
|
WORKDIR /home/luser
|
||||||
RUN rustup toolchain install stable-x86_64-unknown-linux-gnu --profile minimal
|
RUN rustup toolchain install stable-x86_64-unknown-linux-gnu --profile minimal
|
||||||
|
RUN rustup component add rustfmt
|
||||||
RUN rustup target add \
|
RUN rustup target add \
|
||||||
x86_64-unknown-linux-musl \
|
x86_64-unknown-linux-musl \
|
||||||
x86_64-unknown-linux-gnu \
|
x86_64-unknown-linux-gnu \
|
||||||
|
Reference in New Issue
Block a user