mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-09 00:28:52 +00:00
finetuning, tweaking
This commit is contained in:
parent
5447978191
commit
e72ef5c094
2 changed files with 7 additions and 9 deletions
docker/ews
|
@ -4,8 +4,8 @@ FROM alpine
|
|||
ADD dist/ /root/dist/
|
||||
|
||||
# Install packages
|
||||
RUN apk -U upgrade && \
|
||||
apk add build-base \
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
libssl1.0 \
|
||||
openssl-dev \
|
||||
|
@ -18,13 +18,14 @@ RUN apk -U upgrade && \
|
|||
py-pysqlite \
|
||||
py-requests \
|
||||
py-setuptools && \
|
||||
pip install pyOpenSSL==16.2.0 && \
|
||||
pip install --no-cache-dir -U pip && \
|
||||
pip install --no-cache-dir pyOpenSSL && \
|
||||
|
||||
# Setup ewsposter
|
||||
git clone https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||
cd /opt/hpfeeds && \
|
||||
python setup.py install && \
|
||||
git clone https://github.com/vorband/ewsposter /opt/ewsposter && \
|
||||
git clone --depth=1 https://github.com/vorband/ewsposter /opt/ewsposter && \
|
||||
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
|
||||
|
||||
# Setup user and groups
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot (Standard)
|
||||
# For docker-compose ...
|
||||
version: '2.2'
|
||||
version: '2.3'
|
||||
|
||||
networks:
|
||||
ewsposter_local:
|
||||
|
@ -21,4 +19,3 @@ services:
|
|||
volumes:
|
||||
- /data:/data
|
||||
- /data/ews/conf/ews.ip:/opt/ewsposter/ews.ip
|
||||
|
||||
|
|
Loading…
Reference in a new issue