Skip to content

Commit

Permalink
docker: add missing libcurl dependency (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Jul 29, 2023
1 parent 6301ac9 commit 1b90a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.source https://github.com/deps-rs/deps.rs
RUN set -ex; \
apt-get update; \
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/*

COPY --from=build /usr/local/cargo/bin/shiny-robots /usr/local/bin
Expand Down

0 comments on commit 1b90a41

Please sign in to comment.