Add rustfmt to ci image
This commit is contained in:
parent
b12d7f1c36
commit
b3b17ae2c5
@ -1,6 +1,6 @@
|
||||
FROM docker.io/library/rust:1.75
|
||||
|
||||
RUN rustup component add clippy
|
||||
RUN rustup component add clippy rustfmt
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
nodejs
|
||||
|
Loading…
Reference in New Issue
Block a user