tikv-openssl-src 111.10.3+1.1.1g

Source of OpenSSL and logic to build it.
Documentation
1
2
3
4
5
6
7
8
FROM ubuntu:18.04

RUN apt-get update -y && apt-get install -y --no-install-recommends \
  ca-certificates \
  make \
  perl \
  gcc \
  libc6-dev