fix ssl
This commit is contained in:
parent
a64699442e
commit
d5b1be28fc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM rust:alpine AS build-container
|
||||
|
||||
RUN apk add --no-cache protobuf-dev git musl-dev lld openssl-dev openssl-libs-static
|
||||
RUN apk add --no-cache protobuf-dev git musl-dev lld openssl-dev openssl-libs-static ca-certificates
|
||||
|
||||
FROM build-container AS builder
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ pub static FORWARD_EDGE_NODE_HOLDER: Lazy<SocketAddrV4> = Lazy::new(||{
|
|||
env::var("FORWARD_EDGE_NODE_HOLDER")
|
||||
.ok()
|
||||
.and_then(|s| s.parse().ok())
|
||||
.expect("SECURE_EDGE_NODE_HOLDER not set")
|
||||
.expect("FORWARD_EDGE_NODE_HOLDER not set")
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue