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,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