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

Commit

Permalink
Merge pull request #21 from genofire/patch-2
Browse files Browse the repository at this point in the history
fix(container): add ca-certificates again
  • Loading branch information
p1gp1g authored Oct 27, 2023
2 parents 15a69b8 + 675d27c commit 2f707c9
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 2f707c9

Please sign in to comment.