This commit is contained in:
shaddygarg 2018-03-21 22:43:20 +05:30
parent b567330e5c
commit 20d73a8bf1
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM python:2.7-alpine
RUN apk add --no-cache python pkgconfig python-dev openssl-dev libffi-dev musl-dev make gcc git
RUN apk add --no-cache python pkgconfig python-dev openssl-dev libffi-dev musl-dev make gcc git curl-dev librtmp
WORKDIR /usr/src/owaspnettacker
RUN git clone https://github.com/viraintel/OWASP-Nettacker.git .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install scapy
RUN apk del --purge musl-dev gcc make
CMD [ "python", "./nettacker.py" ]
CMD [ "python", "./nettacker.py" ]