Skip to content

Commit 5cc5072

Browse files
committed
update Dockerfile
1 parent b069f24 commit 5cc5072

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build stage: where we create binary
22
FROM rust:1.66 AS builder
33

4-
RUN apt update && apt install -y make clang pkg-config libssl-dev
4+
RUN apt update && apt install -y make clang pkg-config libssl-dev protobuf-compiler
55
RUN rustup default stable && \
66
rustup update && \
77
rustup update nightly && \
@@ -18,7 +18,7 @@ FROM ubuntu:22.04
1818
RUN apt update && apt install -y curl unzip
1919

2020
RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "/root/.fnm"
21-
RUN /root/.fnm/fnm install 16.18.1
21+
RUN /root/.fnm/fnm install 16.19.1
2222

2323
COPY --from=builder /bifrost/target/release/bifrost-node /usr/local/bin
2424
COPY --from=builder /bifrost/tools /tools

0 commit comments

Comments
 (0)