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 \
|
linux-lts \
|
||||||
elfutils-dev \
|
elfutils-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
openssl-libs-static \
|
||||||
|
pkgconfig \
|
||||||
flex \
|
flex \
|
||||||
bison \
|
bison \
|
||||||
# Archive tools
|
# Archive tools
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ RUN apk add --no-cache \
|
|||||||
linux-lts \
|
linux-lts \
|
||||||
elfutils-dev \
|
elfutils-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
openssl-libs-static \
|
||||||
|
pkgconfig \
|
||||||
flex \
|
flex \
|
||||||
bison \
|
bison \
|
||||||
# Archive tools
|
# Archive tools
|
||||||
|
|||||||
Reference in New Issue
Block a user