From 33b0c7c6e8d68c257595c52bb79103ea40d384dc Mon Sep 17 00:00:00 2001 From: AshCorr Date: Mon, 21 Feb 2022 14:10:17 +0000 Subject: [PATCH] fix: Include libssl --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e45919d..926bedf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN cargo build --release # Rust has issues with Alpine at the moment due to its requirement on glibc, so unfortunately we do need to use a slightly larger distro. FROM debian:bullseye-slim +RUN apt-get update && apt-get install -y ca-certificates + # copy the build artifact from the build stage COPY --from=build ./target/release/google-chats-pr-announcer /