Skip to content

Commit

Permalink
fix qualysapi library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmontal committed Feb 8, 2019
1 parent 0ea144b commit 53dc65e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ COPY bin/ bin/
COPY deps/ deps/
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
RUN python setup.py install

WORKDIR /opt/VulnWhisperer
RUN python setup.py clean --all
RUN pip install -r requirements.txt
RUN python setup.py install


Expand Down

0 comments on commit 53dc65e

Please sign in to comment.