Skip to content

Commit

Permalink
update certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Apr 17, 2023
1 parent 7721ba2 commit 5b53c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ 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
RUN apt-get update && apt-get install --assume-yes libssl-dev ca-certificates
RUN update-ca-certificates
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 5b53c06

Please sign in to comment.