Skip to content

Commit

Permalink
chore: disable grpcio openssl
Browse files Browse the repository at this point in the history
(#1215 follow up) we shouldn't need it enabled since moving to reqwest+rustls

and upgrade the easier dependencies

Issue #1215
  • Loading branch information
pjenvey committed Apr 26, 2022
1 parent 1a197a6 commit 48044ba
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 38 deletions.
79 changes: 43 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apt-get -q update && \
RUN \
cargo --version && \
rustc --version && \
cargo install --path . --locked --root /app --features grpcio/openssl && \
cargo install --path . --locked --root /app --features grpcio/openssl --bin purge_ttl
cargo install --path . --locked --root /app && \
cargo install --path . --locked --root /app --bin purge_ttl

FROM debian:buster-slim
WORKDIR /app
Expand Down

0 comments on commit 48044ba

Please sign in to comment.