Skip to content

Commit fb9faa3

Browse files
authored
Include SSL cert in docker image (#557)
1 parent eabb1cb commit fb9faa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN source ~/.cargo/env && \
1717
FROM ubuntu:latest
1818
ENV RUST_LOG=info
1919
RUN apt update && \
20-
apt install -y ca-certificates postgresql-client && \
20+
apt install -y ca-certificates postgresql-client ssl-cert && \
2121
update-ca-certificates
2222

2323
COPY --from=builder /build/target/release/pgdog /usr/local/bin/pgdog

0 commit comments

Comments
 (0)