diff --git a/Dockerfile b/Dockerfile index 33e7fab..64d75a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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