Skip to content

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

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

Merged
merged 2 commits into from
Jan 25, 2022

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
@asenyaev asenyaev force-pushed the asen/update_dockerfile branch from 8edc83f to 0a17e6c Compare January 24, 2022 20:18
@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