mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-26 03:06:53 +08:00
install correct rustfmt
This commit is contained in:
@@ -2,6 +2,9 @@ FROM rust:buster
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY ./rust-toolchain .
|
||||
COPY ./Cargo.toml .
|
||||
|
||||
RUN rustup component add rustfmt
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user