Skip to content

Commit

Permalink
#881 update docker build and fix typo in default path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 18, 2020
1 parent 9891914 commit 0af2a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion analyzers/FileInfo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* && \
Expand Down
2 changes: 1 addition & 1 deletion analyzers/FileInfo/FileInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"type": "string",
"required": false,
"multi": false,
"defaultValue": "/Worker/Manalyze/bin/manalyze"
"defaultValue": "/worker/Manalyze/bin/manalyze"
}
]
}
Expand Down

0 comments on commit 0af2a09

Please sign in to comment.