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