mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
docker: add missing libcurl dependency (#199)
This commit is contained in:
parent
6301ac943a
commit
1b90a41f6a
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 ca-certificates libssl-dev; \
|
apt-get install -y --no-install-recommends ca-certificates libssl-dev libcurl4-openssl-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