Skip to content

Commit

Permalink
fix cloud build (#4279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas authored Jan 4, 2023
1 parent 23fe5cd commit 5c53812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG TAG_NAME=unknown
ADD . /graph-node

RUN apt-get update \
&& apt-get install -y cmake && \
&& apt-get install -y cmake protobuf-compiler && \
cd /graph-node && \
RUSTFLAGS="-g" cargo build --release --package graph-node \
&& cp target/release/graph-node /usr/local/bin/graph-node \
Expand Down

0 comments on commit 5c53812

Please sign in to comment.