Guest User

Untitled

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # Have the Grepbugs folder on the root of the project you need to run Grepbugs
  2. # Go to the grepbugs folder and build the image
  3. # After build the image, on the root of the project to be analysed, run docker run --rm -v ${PWD}:/usr/src/app -w /usr/src/app -it grepbugs /bin/bash
  4. FROM python:2
  5.  
  6. RUN pip install requests
  7. RUN apt-get update
  8. RUN apt-get install -y cloc
  9. RUN apt-get install python-mysqldb
Add Comment
Please, Sign In to add comment