mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
#881 update docker build and fix typo in default path
This commit is contained in:
parent
989191437e
commit
0af2a09eb9
@ -11,7 +11,9 @@ RUN apt install -y -q libboost-regex-dev \
|
||||
RUN git clone https://github.com/JusticeRage/Manalyze.git && \
|
||||
cd Manalyze && \
|
||||
cmake . && \
|
||||
make -j5
|
||||
make -j5 && \
|
||||
cd bin/yara_rules && \
|
||||
python2 update_clamav_signatures.py
|
||||
RUN apt update && \
|
||||
apt install -y -q libfuzzy-dev libimage-exiftool-perl && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
|
@ -39,7 +39,7 @@
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"multi": false,
|
||||
"defaultValue": "/Worker/Manalyze/bin/manalyze"
|
||||
"defaultValue": "/worker/Manalyze/bin/manalyze"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user