Skip to content

Commit

Permalink
#21 Fix MISP modules integration
Browse files Browse the repository at this point in the history
Enable MISP modules in docker package
Send config to MISP modules
Catch exception in MISP modules loader
Update documentation
  • Loading branch information
To-om committed May 16, 2017
1 parent 9f8f1eb commit b992438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dockerCommands ~= { dc =>
"apt-get install -y --no-install-recommends python3-setuptools python3-dev zlib1g-dev libxslt1-dev libxml2-dev libpq5 libjpeg-dev && git clone https://github.com/MISP/misp-modules.git && " +
"easy_install3 pip && " +
"(cd misp-modules && pip3 install -I -r REQUIREMENTS && pip3 install -I .) && " +
"rm -rf misp_modules /var/lib/apt/lists/*"),
"rm -rf misp_modules /var/lib/apt/lists/* /tmp/*"),
Cmd("ADD", "var", "/var"),
Cmd("ADD", "etc", "/etc"),
ExecCmd("RUN", "chown", "-R", "daemon:daemon", "/var/log/cortex")) ++
Expand Down

0 comments on commit b992438

Please sign in to comment.