Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anshumanbh
Created July 9, 2015 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anshumanbh/4eef8142770d6305b836 to your computer and use it in GitHub Desktop.
Save anshumanbh/4eef8142770d6305b836 to your computer and use it in GitHub Desktop.
FROM owasp/zap2docker-stable
MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
RUN apt-get update && apt-get install -y \
python-pip
RUN pip install python-owasp-zap-v2
ADD runzap.py /zap/ZAP_2.4.0/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment