mirror of https://github.com/OWASP/Nettacker.git
Fix #91
This commit is contained in:
parent
b567330e5c
commit
20d73a8bf1
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue