Skip to content

Commit

Permalink
docker file updated for openvas_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtiwarics committed Dec 1, 2020
1 parent 66ad0d9 commit 870cef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -76,7 +76,7 @@ RUN rm -rf ZAP_2.7.0_Linux.tar.gz && \
RUN . venv/bin/activate && pip3 install --no-cache-dir -r requirements.txt && \
rm -rf /home/archerysec/.cache

RUN . venv/bin/activate && python3 /home/archerysec/app/manage.py collectstatic --noinput
RUN . venv/bin/activate && python3 -m pip install git+https://github.com/archerysec/openvas_lib.git && python3 /home/archerysec/app/manage.py collectstatic --noinput

# Exposing port.
EXPOSE 8000
Expand Down

0 comments on commit 870cef0

Please sign in to comment.