Skip to content

Commit

Permalink
fix: Include libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Feb 21, 2022
1 parent d2d7c2e commit 33b0c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

Expand Down

0 comments on commit 33b0c7c

Please sign in to comment.