Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Nov 13, 2023
1 parent 3bd5077 commit 0f6bbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.multichain
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY . .
RUN sed -i 's#"mpc-recovery",##' Cargo.toml
RUN sed -i 's#"integration-tests",##' Cargo.toml
RUN sed -i 's#"load-tests",##' Cargo.toml
RUN sed -i 's#"keys",##' Cargo.toml
RUN cargo build --package mpc-recovery-node

FROM debian:stable-slim as runtime
Expand Down

0 comments on commit 0f6bbbc

Please sign in to comment.