メモ: OpenSSLビルド
Dockerfile
FROM ubuntu:16.04
COPY openssl-1.1.0d.tar.gz .
RUN tar xzf openssl-1.1.0d.tar.gz \
&& cd openssl* \
&& ./config --prefix=/usr/local shared -fPIC \
&& make -s \
&& make install \
&& checkinstall -y -D --pkgname=opt-openssl
Author And Source
この問題について(メモ: OpenSSLビルド), 我々は、より多くの情報をここで見つけました https://qiita.com/tukiyo3/items/e0cce813ccf464a978bf著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .