a docker image for building rust apps that need openssl / libxml2 / xmlsec on centos7
1.4K
I had to make an app work on centos7 and it took me a little longer than I care to admit to get it to build, and some other opens source projects, noteably rust-musl-builder were a big help as I was not familiar with compiling C libraries from source.
https://github.com/JoshuaNitschke/rust-centos7-openssl-libxml2-xmlsec1-builder
docker run -v /home/project/src/:/home/rust/src rs-kdm-centos7:2 cargo build --release
Content type
Image
Digest
sha256:0f330fe6e…
Size
694.2 MB
Last updated
almost 3 years ago
docker pull joshuanitschke/rust-centos7-openssl-libxml2-xmlsec1-builder