mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking, reduce build times
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
FROM alpine:3.15
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
#
|
||||
# Get and install dependencies & packages
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
@ -18,7 +21,31 @@ RUN apk -U --no-cache add \
|
||||
openssl-dev \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-cryptography \
|
||||
py3-ipaddr \
|
||||
py3-beautifulsoup4 \
|
||||
py3-dnspython \
|
||||
py3-exifread \
|
||||
py3-future \
|
||||
py3-jaraco.classes \
|
||||
py3-jaraco.context \
|
||||
py3-jaraco.functools \
|
||||
py3-lxml \
|
||||
py3-mako \
|
||||
py3-more-itertools \
|
||||
py3-netaddr \
|
||||
py3-networkx \
|
||||
py3-openssl \
|
||||
py3-pillow \
|
||||
py3-portend \
|
||||
py3-pypdf2 \
|
||||
py3-phonenumbers \
|
||||
py3-pip \
|
||||
py3-pysocks \
|
||||
py3-requests \
|
||||
py3-tempora \
|
||||
py3-wheel \
|
||||
py3-xlsxwriter \
|
||||
swig \
|
||||
tinyxml \
|
||||
tinyxml-dev \
|
||||
@ -32,7 +59,7 @@ RUN apk -U --no-cache add \
|
||||
git clone --depth=1 -b v3.5 https://github.com/smicallef/spiderfoot /home/spiderfoot && \
|
||||
cd /home/spiderfoot && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install --no-cache-dir wheel && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
pip3 install --no-cache-dir -r requirements.txt && \
|
||||
mkdir -p /home/spiderfoot/.spiderfoot/logs && \
|
||||
chown -R spiderfoot:spiderfoot /home/spiderfoot && \
|
||||
|
Reference in New Issue
Block a user