We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0776d78 commit 6d65010Copy full SHA for 6d65010
.devcontainer/Dockerfile
@@ -22,7 +22,8 @@ USER $USER
22
23
# install Rust + musl target as dev user
24
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal && \
25
- ~/.cargo/bin/rustup target add aarch64-unknown-linux-musl
+ ~/.cargo/bin/rustup target add aarch64-unknown-linux-musl && \
26
+ ~/.cargo/bin/rustup component add clippy rustfmt
27
28
ENV PATH="/home/${USER}/.cargo/bin:${PATH}"
29
0 commit comments