Skip to content

Conversation

asenyaev
Copy link
Contributor

No description provided.

@asenyaev asenyaev requested review from alalek and asmorkalov January 24, 2022 18:17
@asenyaev asenyaev self-assigned this Jan 24, 2022
@asmorkalov
Copy link
Collaborator

Addresses #614.

cd openssl-OpenSSL_1_1_1g && \
curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1m.tar.gz && \
tar -xf OpenSSL_1_1_1m.tar.gz && \
cd openssl-OpenSSL_1_1_1m && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I propose to use Docker ARG to define version of software everywhere like:

ARG SSL_VERSION=1_1_1g
RUN ... curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_${SSL_VERSION}.tar.gz

@asmorkalov asmorkalov self-requested a review January 25, 2022 08:52
Copy link
Collaborator

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@asenyaev asenyaev merged commit 209d32e into opencv:master Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants