Skip to content

Build the latest OpenSSL by docker container.

Notifications You must be signed in to change notification settings

charltonstanley/docker-openssl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Build the latest OpenSSL by docker container.

Using the Docker.io Cloud machine

Build Status

It's really awesome!

OS base on Alpine 64-bit (3.8)

alpine:3.8

I don't know how to get the latest version of OpenSSL, like openssl-latest.tar.gz

So I have to put the version here

OPENSSL VERSION=1.0.2p

Build and run

docker build -t "openssl" .
docker run --rm -it openssl openssl version

or

docker run --rm -it nguoianphu/docker-openssl openssl version

About

Build the latest OpenSSL by docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%