diff options
| author | selsta <selsta@sent.at> | 2024-01-14 17:08:55 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2024-01-14 17:08:55 +0100 |
| commit | 84ea1776aef39ca2757bc93095f2ad066be0bb91 (patch) | |
| tree | a8fab22b0a75929a170b737b58689dd8f4447e67 /Dockerfile.linux | |
| parent | e9cd4588aef3f0808ce153957a504f43dcdbeb26 (diff) | |
| download | monzero-gui-84ea1776aef39ca2757bc93095f2ad066be0bb91.tar.gz monzero-gui-84ea1776aef39ca2757bc93095f2ad066be0bb91.tar.xz monzero-gui-84ea1776aef39ca2757bc93095f2ad066be0bb91.zip | |
Dockerfile: remove no-asm for constant time AES
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux index 6f0755ed..15cde3a9 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -170,7 +170,7 @@ RUN wget https://www.openssl.org/source/openssl-1.1.1u.tar.gz && \ tar -xzf openssl-1.1.1u.tar.gz && \ rm openssl-1.1.1u.tar.gz && \ cd openssl-1.1.1u && \ - ./config no-asm no-shared no-zlib-dynamic --prefix=/usr --openssldir=/usr && \ + ./config no-shared no-zlib-dynamic --prefix=/usr --openssldir=/usr && \ make -j$THREADS && \ make -j$THREADS install && \ rm -rf $(pwd) |
