zeek / zeek-docker

Docker files for building Zeek.
86 stars 34 forks source link

Fixes Maxmind database download breakage #11

Closed delapsley closed 4 years ago

delapsley commented 4 years ago

Adds a --build-arg variable MAXMIND_LICENSE_KEY which is then used to automatically download Maxmin dbs.

Requires user to set MAXMIND_LICENSE_KEY variable in their build environment (needs to be an active license key associated with the users Maxmind account -- these are available for free).

This commit fixes #9.