mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking
This commit is contained in:
parent
b1fbcd9532
commit
85aa874f5e
2 changed files with 3 additions and 10 deletions
|
@ -6,7 +6,7 @@ ADD dist/ /root/dist/
|
||||||
|
|
||||||
# Install dependencies and packages
|
# Install dependencies and packages
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get upgrade -y && \
|
apt-get dist-upgrade -y && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
@ -27,11 +27,11 @@ RUN apt-get update -y && \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libtool \
|
libtool \
|
||||||
libudns-dev \
|
libudns-dev \
|
||||||
procps \
|
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-bson \
|
python3-bson \
|
||||||
python3-yaml && \
|
python3-yaml \
|
||||||
|
ttf-liberation && \
|
||||||
|
|
||||||
# Get and install dionaea
|
# Get and install dionaea
|
||||||
git clone https://github.com/dinotools/dionaea /root/dionaea/ && \
|
git clone https://github.com/dinotools/dionaea /root/dionaea/ && \
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
# T-Pot (Standard)
|
|
||||||
# For docker-compose ...
|
|
||||||
version: '2.2'
|
version: '2.2'
|
||||||
|
|
||||||
#networks:
|
|
||||||
# dionaea_local:
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
# Dionaea service
|
# Dionaea service
|
||||||
|
@ -14,8 +9,6 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
# networks:
|
|
||||||
# - dionaea_local
|
|
||||||
ports:
|
ports:
|
||||||
- "20:20"
|
- "20:20"
|
||||||
- "21:21"
|
- "21:21"
|
||||||
|
|
Loading…
Reference in a new issue