File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ ENV PATH "$QTDIR/bin:$PATH"
18
18
19
19
RUN mkdir ~/ffmpeg_sources && \
20
20
cd ~/ffmpeg_sources && \
21
- curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1c .tar.gz && \
22
- tar -xf OpenSSL_1_1_1c .tar.gz && \
23
- cd openssl-OpenSSL_1_1_1c && \
24
- ./config --prefix="$HOME/ffmpeg_build" --openssldir="$HOME/ffmpeg_build" shared zlib -DOPENSSL_USE_NODELETE=0 && \
21
+ curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g .tar.gz && \
22
+ tar -xf OpenSSL_1_1_1g .tar.gz && \
23
+ cd openssl-OpenSSL_1_1_1g && \
24
+ ./config --prefix="$HOME/ffmpeg_build" --openssldir="$HOME/ffmpeg_build" no-pinshared shared zlib && \
25
25
make -j$(getconf _NPROCESSORS_ONLN) && \
26
26
# skip installing documentation
27
27
make install_sw && \
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ ENV PATH "$QTDIR/bin:$PATH"
18
18
19
19
RUN mkdir ~/ffmpeg_sources && \
20
20
cd ~/ffmpeg_sources && \
21
- curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1c .tar.gz && \
22
- tar -xf OpenSSL_1_1_1c .tar.gz && \
23
- cd openssl-OpenSSL_1_1_1c && \
21
+ curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g .tar.gz && \
22
+ tar -xf OpenSSL_1_1_1g .tar.gz && \
23
+ cd openssl-OpenSSL_1_1_1g && \
24
24
# in i686, ./config detects x64 in i686 container without linux32
25
25
# when run from "docker build"
26
- linux32 ./config --prefix="$HOME/ffmpeg_build" --openssldir="$HOME/ffmpeg_build" shared zlib -DOPENSSL_USE_NODELETE=0 && \
26
+ linux32 ./config --prefix="$HOME/ffmpeg_build" no-pinshared shared zlib && \
27
27
make -j$(getconf _NPROCESSORS_ONLN) && \
28
28
#skip installing documentation
29
29
make install_sw && \
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ ENV PATH "$QTDIR/bin:$PATH"
18
18
19
19
RUN mkdir ~/ffmpeg_sources && \
20
20
cd ~/ffmpeg_sources && \
21
- curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1c .tar.gz && \
22
- tar -xf OpenSSL_1_1_1c .tar.gz && \
23
- cd openssl-OpenSSL_1_1_1c && \
24
- ./config --prefix="$HOME/ffmpeg_build" --openssldir="$HOME/ffmpeg_build" shared zlib -DOPENSSL_USE_NODELETE=0 && \
21
+ curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g .tar.gz && \
22
+ tar -xf OpenSSL_1_1_1g .tar.gz && \
23
+ cd openssl-OpenSSL_1_1_1g && \
24
+ ./config --prefix="$HOME/ffmpeg_build" --openssldir="$HOME/ffmpeg_build" no-pinshared shared zlib && \
25
25
make -j$(getconf _NPROCESSORS_ONLN) && \
26
26
# skip installing documentation
27
27
make install_sw && \
You can’t perform that action at this time.
0 commit comments