Update 'messense_rust-musl-cross_x86_64-musl/Dockerfile'
This commit is contained in:
@@ -11,7 +11,9 @@ RUN mkdir /usr/include/x86_64-linux-musl \
|
|||||||
&& CC="/usr/local/musl/bin/x86_64-unknown-linux-musl-gcc -fPIE -pie" ./Configure no-shared no-async --prefix=/musl --openssldir=/musl/ssl linux-x86_64 \
|
&& CC="/usr/local/musl/bin/x86_64-unknown-linux-musl-gcc -fPIE -pie" ./Configure no-shared no-async --prefix=/musl --openssldir=/musl/ssl linux-x86_64 \
|
||||||
&& make depend \
|
&& make depend \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& make install
|
&& make install \
|
||||||
|
&& apt update \
|
||||||
|
&& apt install libsqlite3-dev
|
||||||
|
|
||||||
ENV PKG_CONFIG_ALLOW_CROSS=1 \
|
ENV PKG_CONFIG_ALLOW_CROSS=1 \
|
||||||
OPENSSL_STATIC=true \
|
OPENSSL_STATIC=true \
|
||||||
|
|||||||
Reference in New Issue
Block a user