Skip to content

Commit

Permalink
add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ksato9700 committed Nov 4, 2020
1 parent b92ac57 commit a14087e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Ken Sato <ksato9700@gmail.com>"]
edition = "2018"
name = "geth-exporter-rust"
version = "0.1.3"
version = "0.1.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM debian:buster-slim
WORKDIR /root

RUN apt-get update \
&& apt-get install -y --no-install-recommends libssl1.1 \
&& apt-get install -y --no-install-recommends libssl1.1 ca-certificates \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p target/debug
Expand Down

0 comments on commit a14087e

Please sign in to comment.