Skip to content

Commit

Permalink
install libssl for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Apr 14, 2023
1 parent 8c87e19 commit e59211e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY . .
RUN cargo build --release --package mpc-recovery

FROM debian:buster-slim as runtime
RUN apt-get update && apt-get install --assume-yes libssl-dev
COPY --from=builder /usr/src/app/target/release/mpc-recovery /usr/local/bin/mpc-recovery
WORKDIR /usr/local/bin

Expand Down

0 comments on commit e59211e

Please sign in to comment.