Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Mar 2, 2023
1 parent b069f24 commit 5cc5072
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build stage: where we create binary
FROM rust:1.66 AS builder

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
RUN rustup default stable && \
rustup update && \
rustup update nightly && \
Expand All @@ -18,7 +18,7 @@ FROM ubuntu:22.04
RUN apt update && apt install -y curl unzip

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

COPY --from=builder /bifrost/target/release/bifrost-node /usr/local/bin
COPY --from=builder /bifrost/tools /tools
Expand Down

0 comments on commit 5cc5072

Please sign in to comment.