mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
heralding, honeypots reduce build time, tweaking
This commit is contained in:
@ -12,7 +12,18 @@ RUN apk -U --no-cache add \
|
||||
openssl-dev \
|
||||
py3-pyzmq \
|
||||
postgresql-dev \
|
||||
py3-attrs \
|
||||
py3-mysqlclient \
|
||||
py3-nose \
|
||||
py3-openssl \
|
||||
py3-pip \
|
||||
py3-psycopg2 \
|
||||
py3-pycryptodome \
|
||||
py3-pyzmq \
|
||||
py3-requests \
|
||||
py3-rsa \
|
||||
py3-typing-extensions \
|
||||
py3-yaml \
|
||||
python3 \
|
||||
python3-dev && \
|
||||
#
|
||||
@ -22,6 +33,7 @@ RUN apk -U --no-cache add \
|
||||
git clone https://github.com/johnnykv/heralding && \
|
||||
cd heralding && \
|
||||
git checkout c31f99c55c7318c09272d8d9998e560c3d4de9aa && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install --no-cache-dir -r requirements.txt && \
|
||||
pip3 install --no-cache-dir . && \
|
||||
|
4
docker/heralding/dist/requirements.txt
vendored
Normal file
4
docker/heralding/dist/requirements.txt
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
aiosmtpd
|
||||
asyncssh>=2.0.0
|
||||
pyaml
|
||||
hpfeeds3
|
@ -12,8 +12,8 @@ services:
|
||||
restart: always
|
||||
tmpfs:
|
||||
- /tmp/heralding:uid=2000,gid=2000
|
||||
cpu_count: 1
|
||||
cpus: 0.25
|
||||
# cpu_count: 1
|
||||
# cpus: 0.25
|
||||
networks:
|
||||
- heralding_local
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user