mirror of https://github.com/OWASP/Nettacker.git
added requirements-apt-get.txt
This commit is contained in:
parent
8649819a96
commit
034457ce24
|
|
@ -1,8 +1,8 @@
|
|||
FROM python:3.9.5
|
||||
RUN apt update
|
||||
RUN apt install -y openssl libffi-dev musl-dev make gcc git curl librtmp* libxml2-dev libxslt-dev
|
||||
WORKDIR /usr/src/owaspnettacker
|
||||
COPY . .
|
||||
RUN cat requirements-apt-get.txt | apt install -y
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install -r requirements-dev.txt
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
libcurl4-openssl-dev
|
||||
libssl-dev
|
||||
python-dev
|
||||
python3-dev
|
||||
libpq-dev
|
||||
pkgconfig
|
||||
openssl-dev
|
||||
libffi-dev
|
||||
musl-dev
|
||||
make
|
||||
gcc
|
||||
git
|
||||
curl-dev
|
||||
librtmp
|
||||
libxml2-dev
|
||||
libxslt-dev
|
||||
Loading…
Reference in New Issue