Skip to content

Commit 6e0e64c

Browse files
authored
fix: install protoc in rust iota dockerfile (#95)
1 parent f75e55c commit 6e0e64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: demo-iota/rust/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu
22

3-
RUN apt update -y && apt install libssl-dev pkg-config openssl curl build-essential -y
3+
RUN apt update -y && apt install libssl-dev pkg-config openssl curl build-essential protobuf-compiler -y
44

55
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
66
ENV PATH="/root/.cargo/bin:${PATH}"

0 commit comments

Comments
 (0)