Add static OpenSSL libraries for Rust musl builds
- Add openssl-libs-static package to both Dockerfiles - Add pkgconfig for proper SSL library detection - Fixes mycelium compilation error with missing -lssl and -lcrypto
This commit is contained in:
@@ -32,6 +32,8 @@ RUN apk add --no-cache \
|
||||
linux-lts \
|
||||
elfutils-dev \
|
||||
openssl-dev \
|
||||
openssl-libs-static \
|
||||
pkgconfig \
|
||||
flex \
|
||||
bison \
|
||||
# Archive tools
|
||||
|
||||
@@ -22,6 +22,8 @@ RUN apk add --no-cache \
|
||||
linux-lts \
|
||||
elfutils-dev \
|
||||
openssl-dev \
|
||||
openssl-libs-static \
|
||||
pkgconfig \
|
||||
flex \
|
||||
bison \
|
||||
# Archive tools
|
||||
|
||||
Reference in New Issue
Block a user