bump spiderfoot to 3.1 final

Fix Spiderfoot issue not showing current scan
This commit is contained in:
t3chn0m4g3 2020-08-13 09:06:49 +00:00
parent c28642932a
commit 50d67fc286
2 changed files with 5 additions and 1 deletions

View file

@ -149,4 +149,8 @@ server {
proxy_pass http://127.0.0.1:64303/spiderfoot/scandelete; proxy_pass http://127.0.0.1:64303/spiderfoot/scandelete;
} }
location /scaninfo {
proxy_pass http://127.0.0.1:64303/spiderfoot/scaninfo;
}
} }

View file

@ -33,7 +33,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
adduser -S -s /bin/ash -u 2000 -D -g 2000 spiderfoot && \ adduser -S -s /bin/ash -u 2000 -D -g 2000 spiderfoot && \
# #
# Install spiderfoot # Install spiderfoot
git clone --depth=1 https://github.com/smicallef/spiderfoot /home/spiderfoot && \ git clone --depth=1 -b v3.1 https://github.com/smicallef/spiderfoot /home/spiderfoot && \
cd /home/spiderfoot && \ cd /home/spiderfoot && \
pip3 install --no-cache-dir wheel && \ pip3 install --no-cache-dir wheel && \
pip3 install --no-cache-dir -r requirements.txt && \ pip3 install --no-cache-dir -r requirements.txt && \