Skip to content

Commit

Permalink
[docker] fixup proto fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG committed Feb 27, 2021
1 parent 3ef7063 commit c7f962c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM rust:1.48.0-buster AS builder
RUN rustup toolchain install nightly; \
rustup component add rustfmt; \
rustup component add rustfmt --toolchain nightly;

COPY ./ /app
Expand Down

0 comments on commit c7f962c

Please sign in to comment.