Not sure if you want to update yet or not, but this web/Dockerfile worked for me with Lemur 0.5.0. This installs node version 4 (4.8.2 at the moment), python 3.5 from PPA, and sets up python3.5 as default.
Note that I had to set LEMUR_SECURITY_TEAM_EMAIL and LEMUR_DEFAULT_ORGANIZATIONAL_UNIT in web/lemur.conf.py before Lemur would run correctly.
Not sure if you want to update yet or not, but this
web/Dockerfile
worked for me with Lemur 0.5.0. This installs node version 4 (4.8.2 at the moment), python 3.5 from PPA, and sets up python3.5 as default.Note that I had to set
LEMUR_SECURITY_TEAM_EMAIL
andLEMUR_DEFAULT_ORGANIZATIONAL_UNIT
inweb/lemur.conf.py
before Lemur would run correctly.