Skip to content

Commit

Permalink
Merge pull request #65 from near/revert-63-serhii/e-to-e-fixes
Browse files Browse the repository at this point in the history
Revert "update-ca-certificates added the Dockerfile"
  • Loading branch information
volovyks authored Apr 17, 2023
2 parents 9e52b83 + ce30404 commit cf80acd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends --assume-yes \
protobuf-compiler libprotobuf-dev
RUN apt-get update && apt-get install -y ca-certificates
RUN update-ca-certificates
RUN echo "fn main() {}" > dummy.rs
COPY mpc-recovery/Cargo.toml Cargo.toml
RUN sed -i 's#src/main.rs#dummy.rs#' Cargo.toml
Expand Down

0 comments on commit cf80acd

Please sign in to comment.