mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Disable Scalable Vector Engine (XX:UseSVE=0) to fix issues on macOS and other ARM platforms
https://github.com/elastic/elasticsearch/issues/118583
This commit is contained in:
parent
b221a9d96e
commit
9fcc4cc1ad
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LS_VER=8.16.1
|
||||
ENV _JAVA_OPTIONS="-XX:UseSVE=0"
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
Loading…
Reference in a new issue