security-dockerfiles / beef

Dockerized BeEF
MIT License
44 stars 12 forks source link

Use wget instead of git to download beef #6

Closed cnotin closed 4 years ago

cnotin commented 4 years ago

Using git --depth=1 is good to optimize the download, but it only get the latest commit so it fails when later it tries to "git checkout" to a specific commit (which isn't the latest one now)

I tested this PR :)

ilyaglow commented 4 years ago

Nice catch, thanks!