danielpoliakov / lisa

Sandbox for automated Linux malware analysis.
Apache License 2.0
475 stars 91 forks source link

Docker build fails #8

Closed wirehack7 closed 4 years ago

wirehack7 commented 4 years ago

When running docker-compose build and docker-compose run and error occurs:

tar: Child returned status 1
tar: Error is not recoverable: exiting now
ERROR: Service 'worker' failed to build: The command '/bin/sh -c pip install -r requirements.txt     && iprange -j data/blacklists/* > data/ipblacklist     && echo "Downloading MaxMind GeoLite databases ..."     && wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz -q -O - | tar xz -C data/geolite2databases     && wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz -q -O - | tar xz -C data/geolite2databases     && mv $(find ./data -name GeoLite2-City.mmdb) ./data/geolite2databases     && mv $(find ./data -name GeoLite2-ASN.mmdb) ./data/geolite2databases     && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false     git     gcc     g++     make     patch     && rm -rf /var/lib/apt/lists/*     && rm -rf /radare2/.git' returned a non-zero code: 2

Seems like the whole process for the GeoLite database has been changed. You need to sign up and then retrieve the files. Any chance to fix this?

wirehack7 commented 4 years ago

Duplicate of #5