Skip to content

Commit

Permalink
cortexutils not installed in RT4 Responder Docker Image
Browse files Browse the repository at this point in the history
Running the Mailer responder in Docker throws a ModuleNotFound error.: 

Traceback (most recent call last):
  File "/worker/RT4/rt4.py", line 4, in <module>
    from cortexutils.responder import Responder
ModuleNotFoundError: No module named 'cortexutils'

Is it possible to correct this Docker image present in the Docker Hub repository ?
  • Loading branch information
hajjiwajih authored Nov 2, 2021
1 parent c41d133 commit f1d51b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion responders/RT4/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defang
jinja2
rt
requests
requests
cortexutils

0 comments on commit f1d51b1

Please sign in to comment.