mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 18:36:30 +00:00
Install ca-certificates for HTTPS requests
This commit is contained in:
parent
33afafc879
commit
ec2740bbab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.source https://github.com/deps-rs/deps.rs
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -y --no-install-recommends libssl-dev; \
|
apt-get install -y --no-install-recommends ca-certificates libssl-dev; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=build /usr/local/cargo/bin/shiny-robots /usr/local/bin
|
COPY --from=build /usr/local/cargo/bin/shiny-robots /usr/local/bin
|
||||||
|
|
Loading…
Reference in a new issue