Skip to content

ep76/docker-openssl-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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