Skip to content

Commit

Permalink
fix postgres ssl algo issue - RC2-40-CBC (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Mar 27, 2024
1 parent 19080ed commit 65580be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ RUN cargo build --release --bin lite-rpc --bin solana-lite-rpc-quic-forward-prox

FROM debian:bookworm-slim as run
RUN apt-get update && apt-get -y install ca-certificates libc6 libssl3 libssl-dev openssl

COPY --from=build /app/target/release/solana-lite-rpc-quic-forward-proxy /usr/local/bin/
COPY --from=build /app/target/release/lite-rpc /usr/local/bin/
COPY openssl-legacy.cnf /etc/ssl/openssl-legacy.cnf

ENV OPENSSL_CONF=/etc/ssl/openssl-legacy.cnf
CMD lite-rpc

0 comments on commit 65580be

Please sign in to comment.