Skip to content

Commit

Permalink
Merge pull request #62 from near/daniyar/fix-certificates
Browse files Browse the repository at this point in the history
fix: update certificates in docker image
  • Loading branch information
volovyks authored Apr 17, 2023
2 parents 2271835 + 5b53c06 commit 9e52b83
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 @@ -15,7 +15,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 9e52b83

Please sign in to comment.