diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-07-14 13:02:09 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-07-14 13:02:09 -0400 |
| commit | ca1e66453e69d183a59aaac80c7f81202c127c1f (patch) | |
| tree | d71eff2e591acdf8ad2464792924e09703b281ed /Dockerfile.linux | |
| parent | c795d4b2f1e982f1a83e766554c3f0398e2ab822 (diff) | |
| parent | 2a9c6c662fa9527648009a38aba0dfd92424f153 (diff) | |
| download | monzero-gui-ca1e66453e69d183a59aaac80c7f81202c127c1f.tar.gz monzero-gui-ca1e66453e69d183a59aaac80c7f81202c127c1f.tar.xz monzero-gui-ca1e66453e69d183a59aaac80c7f81202c127c1f.zip | |
Merge pull request #3970
2a9c6c6 docker: update linux and android openssl (selsta)
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux index 0551369a..2182b05a 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -164,11 +164,11 @@ RUN wget https://downloads.sourceforge.net/project/boost/boost/1.73.0/boost_1_73 ./b2 --with-atomic --with-system --with-filesystem --with-thread --with-date_time --with-chrono --with-regex --with-serialization --with-program_options --with-locale variant=release link=static runtime-link=static cflags="${CFLAGS}" cxxflags="${CXXFLAGS}" install -a --prefix=/usr && \ rm -rf $(pwd) -RUN wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz && \ - echo "ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 openssl-1.1.1g.tar.gz" | sha256sum -c && \ - tar -xzf openssl-1.1.1g.tar.gz && \ - rm openssl-1.1.1g.tar.gz && \ - cd openssl-1.1.1g && \ +RUN wget https://www.openssl.org/source/openssl-1.1.1q.tar.gz && \ + echo "d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca openssl-1.1.1q.tar.gz" | sha256sum -c && \ + tar -xzf openssl-1.1.1q.tar.gz && \ + rm openssl-1.1.1q.tar.gz && \ + cd openssl-1.1.1q && \ ./config no-asm no-shared no-zlib-dynamic --prefix=/usr --openssldir=/usr && \ make -j$THREADS && \ make -j$THREADS install && \ |
