Remove deps from docker image
This commit is contained in:
@ -13,14 +13,11 @@ COPY requirements.txt requirements.txt
|
|||||||
COPY setup.py setup.py
|
COPY setup.py setup.py
|
||||||
COPY vulnwhisp/ vulnwhisp/
|
COPY vulnwhisp/ vulnwhisp/
|
||||||
COPY bin/ bin/
|
COPY bin/ bin/
|
||||||
COPY deps/ deps/
|
|
||||||
COPY configs/frameworks_example.ini frameworks_example.ini
|
COPY configs/frameworks_example.ini frameworks_example.ini
|
||||||
|
|
||||||
RUN python setup.py clean --all
|
RUN python setup.py clean --all
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /opt/VulnWhisperer/deps/qualysapi
|
|
||||||
RUN python setup.py install
|
|
||||||
|
|
||||||
WORKDIR /opt/VulnWhisperer
|
WORKDIR /opt/VulnWhisperer
|
||||||
RUN python setup.py install
|
RUN python setup.py install
|
||||||
|
Reference in New Issue
Block a user