#881 update docker build and fix typo in default path

This commit is contained in:
Jérôme Leonard 2020-10-18 08:06:29 +02:00
parent 989191437e
commit 0af2a09eb9
2 changed files with 4 additions and 2 deletions

View File

@ -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/* && \

View File

@ -39,7 +39,7 @@
"type": "string",
"required": false,
"multi": false,
"defaultValue": "/Worker/Manalyze/bin/manalyze"
"defaultValue": "/worker/Manalyze/bin/manalyze"
}
]
}