ajinabraham / nodejsscan

nodejsscan is a static security code scanner for Node.js applications.
https://opensecurity.in
GNU General Public License v3.0
2.4k stars 327 forks source link

Python 3.7 is not available in the latest docker image #284

Closed truff77 closed 1 year ago

truff77 commented 1 year ago

Hi, latest docker image is failing when running the entrypoint.sh script because it calls: /usr/bin/python3.7 manage.py recreate-db

python3.7 is not installed in the image, python3.9 is available. The fix should be pretty straightforward by just replacing python3.7 by python3 (which is a link to python3.9)

Cheers, truff

ajinabraham commented 1 year ago

This is fixed. Thanks!