krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
562 stars 184 forks source link

Docker update #96

Closed krmaxwell closed 9 years ago

krmaxwell commented 9 years ago

Get this in tip-top shape for ease of deployment.

krmaxwell commented 9 years ago

The Python packages are not installing correctly still.

kmaxwell@newton:~/src/maltrieve/docker(docker-update)$ sudo docker run c2eab9eefcb9
2015/03/19 20:33:06 exec: "maltrieve": executable file not found in $PATH
kmaxwell@newton:~/src/maltrieve/docker(docker-update)$ sudo docker run --rm -it c2eab9eefcb9 /bin/bash
maltrieve@e7565b1d556a:~$ maltrieve
bash: maltrieve: command not found
maltrieve@e7565b1d556a:~$ python maltrieve.py
Traceback (most recent call last):
  File "maltrieve.py", line 23, in <module>
    import feedparser
ImportError: No module named feedparser
maltrieve@e7565b1d556a:~$