diff --git a/Dockerfile b/Dockerfile index 063ece3cdf..03e74a5127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM rust:latest +RUN rustup component add rustfmt + RUN apt-get update && apt-get install -y clang libclang-dev cmake build-essential git unzip autoconf libtool RUN git clone https://github.com/google/protobuf.git && \