Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated openssl and ffmpeg in a dockerfile, turned on building libpng #617

Merged
merged 2 commits into from Jan 25, 2022

Conversation

asenyaev
Copy link
Contributor

No description provided.

@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.

None yet

2 participants