Closed pbullian closed 7 years ago
Hey @pbullian thanks for your contribution. A new build will be available from docker in a few hours.
Btw if you have another contribution, you can also create an issue or create a merge request directly at https://github.com/menzow/sn1per-docker/ .
This should be fixed now but feel free to re-open if the issue still exists.
I found that hexdump is missing in the docker image, I suggest to add bsdmainutils into the dockerfile. Also I added rm -rf /var/lib/apt/lists/* at the end of the install.
There is also an issue with files being written in /usr/share/sniper/loot/ , that should be mounted at runtime to a persistent local folder, if not the image will erase itself at the end. (--rm). And I think it would be better if the entrypoint is sniper itself. that way it could be called as:
(-v to mount a local directory)
and the dockerfile:
Great tool!