fix qualysapi library dependencies
This commit is contained in:
@ -16,12 +16,13 @@ COPY bin/ bin/
|
|||||||
COPY deps/ deps/
|
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 pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /opt/VulnWhisperer/deps/qualysapi
|
WORKDIR /opt/VulnWhisperer/deps/qualysapi
|
||||||
RUN python setup.py install
|
RUN python setup.py install
|
||||||
|
|
||||||
WORKDIR /opt/VulnWhisperer
|
WORKDIR /opt/VulnWhisperer
|
||||||
RUN python setup.py clean --all
|
|
||||||
RUN pip install -r requirements.txt
|
|
||||||
RUN python setup.py install
|
RUN python setup.py install
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user