A Docker image for OpenSSL, statically compiled with
musl
$ docker run --rm ep76/openssl-static:latest version
# <version string>
# For the binary:
COPY --from=ep76/openssl-static:latest /usr/bin/openssl /usr/bin/
# For the libraries and headers:
COPY --from=ep76/openssl-static:latest /usr/lib /usr/include /usr/