Installed rustfmt in Dockerfile.

This commit is contained in:
Luke Anderson 2019-03-12 19:54:52 +11:00
parent 08f15517f2
commit 197cd6341d
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -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 && \