Skip to content

Commit

Permalink
Fix TLS in sqlx in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Feb 9, 2025
1 parent fa5bdb0 commit 9e3ed48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y \
libssl3 \
openssl \
&& rm -rf /var/lib/apt/lists/*

# Set the working directory
Expand Down

0 comments on commit 9e3ed48

Please sign in to comment.