Skip to content

Commit

Permalink
install ca certificates in attempt to avoid bug in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikAugust committed Apr 25, 2024
1 parent 2ee8f01 commit 93ac0e9
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 @@ -5,7 +5,7 @@ RUN cargo install --path .

FROM debian:bookworm-slim

RUN apt update && apt install -y openssl
RUN apt update && apt install -y openssl ca-certificates

COPY --from=builder /usr/local/cargo/bin/debrief /usr/local/bin/debrief
CMD ["debrief"]

0 comments on commit 93ac0e9

Please sign in to comment.