We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b069f24 commit 5cc5072Copy full SHA for 5cc5072
Cargo.lock
Dockerfile
@@ -1,7 +1,7 @@
1
# build stage: where we create binary
2
FROM rust:1.66 AS builder
3
4
-RUN apt update && apt install -y make clang pkg-config libssl-dev
+RUN apt update && apt install -y make clang pkg-config libssl-dev protobuf-compiler
5
RUN rustup default stable && \
6
rustup update && \
7
rustup update nightly && \
@@ -18,7 +18,7 @@ FROM ubuntu:22.04
18
RUN apt update && apt install -y curl unzip
19
20
RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "/root/.fnm"
21
-RUN /root/.fnm/fnm install 16.18.1
+RUN /root/.fnm/fnm install 16.19.1
22
23
COPY --from=builder /bifrost/target/release/bifrost-node /usr/local/bin
24
COPY --from=builder /bifrost/tools /tools
0 commit comments