Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 816 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 816 Bytes

docker-openssl-static

A Docker image for OpenSSL, statically compiled with musl

CI DockerHub

Usage

In shell

$ docker run --rm ep76/openssl-static:latest version
# <version string>

In Dockerfile

# 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/

License

MIT