Skip to content

Commit 5c53812

Browse files
authored
fix cloud build (#4279)
1 parent 23fe5cd commit 5c53812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG TAG_NAME=unknown
2323
ADD . /graph-node
2424

2525
RUN apt-get update \
26-
&& apt-get install -y cmake && \
26+
&& apt-get install -y cmake protobuf-compiler && \
2727
cd /graph-node && \
2828
RUSTFLAGS="-g" cargo build --release --package graph-node \
2929
&& cp target/release/graph-node /usr/local/bin/graph-node \

0 commit comments

Comments
 (0)