Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
fix(container): add ca-certificates again
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Oct 26, 2023
1 parent 15a69b8 commit 675d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM docker.io/debian:bookworm as runtime
WORKDIR app

RUN apt update && \
apt install -y libssl3 libsqlite3-0
apt install -y libssl3 libsqlite3-0 ca-certificates


COPY --from=builder /app/target/release/mollysocket /usr/local/bin/
Expand Down

0 comments on commit 675d27c

Please sign in to comment.