install correct rustfmt

This commit is contained in:
Aaron Blankstein
2020-09-28 13:16:15 -05:00
parent 7ffda102c8
commit 7db06f98e4

View File

@@ -2,6 +2,9 @@ FROM rust:buster
WORKDIR /src
COPY ./rust-toolchain .
COPY ./Cargo.toml .
RUN rustup component add rustfmt
COPY . .