mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-08 00:52:18 +00:00
* *: Consolidate protobuf generation scripts * *: Update to rust-protobuf 2.8.1 * *: Mark protobuf generated modules with '_proto'
6 lines
127 B
Docker
6 lines
127 B
Docker
FROM rust:1.38
|
|
|
|
RUN apt-get update && apt-get install -y protobuf-compiler
|
|
|
|
RUN cargo install --version 2.8.1 protobuf-codegen
|