OWASP / railsgoat

A vulnerable version of Rails that follows the OWASP Top 10
railsgoat.cktricky.com
MIT License
858 stars 666 forks source link

Adds phantomjs to docker container PATH #374

Closed willfish closed 4 years ago

willfish commented 4 years ago

What?

Adds phantomjs to the docker container path as I was being prompted to add phantomjs to my path in the old version and now I get a list of failures (think koans) that need to be fixed when I run docker-compose run web rails training

Also lints a bunch of things in the Dockerfile:

Why?

So that I can successfully complete the koans

A/C

Enables successful running of koans