Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #101
Browse files Browse the repository at this point in the history
Disable unmigrated plugins w/o STIX-2 in Dockerfile
  • Loading branch information
0snap authored Feb 24, 2021
2 parents 9dc3140 + c0ae9a0 commit dd8c889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ COPY README.md .
COPY threatbus threatbus
COPY plugins plugins
RUN python3 -m pip install . && \
python3 -m pip install plugins/apps/threatbus_misp && \
python3 -m pip install plugins/apps/threatbus_zeek && \
#python3 -m pip install plugins/apps/threatbus_misp && \
#python3 -m pip install plugins/apps/threatbus_zeek && \
#python3 -m pip install plugins/apps/threatbus_cif3 && \
python3 -m pip install plugins/apps/threatbus_zmq_app && \
python3 -m pip install plugins/apps/threatbus_cif3 && \
python3 -m pip install plugins/backbones/threatbus_inmem && \
python3 -m pip install plugins/backbones/threatbus_rabbitmq
COPY config* ./
Expand Down

0 comments on commit dd8c889

Please sign in to comment.