mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
bump spiderfoot to 4.0
This commit is contained in:
parent
ded2124932
commit
fc123d10f9
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ RUN apk -U --no-cache add \
|
|||
py3-tempora \
|
||||
py3-wheel \
|
||||
py3-xlsxwriter \
|
||||
py3-yaml \
|
||||
swig \
|
||||
tinyxml \
|
||||
tinyxml-dev \
|
||||
|
@ -56,7 +57,7 @@ RUN apk -U --no-cache add \
|
|||
adduser -S -s /bin/ash -u 2000 -D -g 2000 spiderfoot && \
|
||||
#
|
||||
# Install spiderfoot
|
||||
git clone --depth=1 -b v3.5 https://github.com/smicallef/spiderfoot /home/spiderfoot && \
|
||||
git clone --depth=1 -b v4.0 https://github.com/smicallef/spiderfoot /home/spiderfoot && \
|
||||
cd /home/spiderfoot && \
|
||||
pip3 install --upgrade pip && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
|
|
Loading…
Reference in a new issue