Build the latest OpenSSL by docker container. Using the Docker.io Cloud machine 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