mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Installed rustfmt in Dockerfile.
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user