feat: Add llvm-tools-preview component to Dockerfile
This commit is contained in:
parent
f4653694ac
commit
75d78f2c34
@ -19,6 +19,7 @@ WORKDIR /app
|
||||
RUN rustup install nightly && \
|
||||
rustup default nightly && \
|
||||
rustup component add rust-src && \
|
||||
rustup component add llvm-tools-preview && \
|
||||
rustup target add x86_64-unknown-none
|
||||
|
||||
USER jenkins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user