We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabb1cb commit fb9faa3Copy full SHA for fb9faa3
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ RUN source ~/.cargo/env && \
17
FROM ubuntu:latest
18
ENV RUST_LOG=info
19
RUN apt update && \
20
- apt install -y ca-certificates postgresql-client && \
+ apt install -y ca-certificates postgresql-client ssl-cert && \
21
update-ca-certificates
22
23
COPY --from=builder /build/target/release/pgdog /usr/local/bin/pgdog
0 commit comments