mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-04 23:22:16 +00:00
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
|