mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-04 01:06:21 +00:00
some tests with dionaea
This commit is contained in:
parent
44749fe9e7
commit
e23c57e58d
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:buster-slim
|
FROM ubuntu:18.04
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
|
@ -6,9 +6,6 @@ ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Install dependencies and packages
|
# Install dependencies and packages
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install netselect-apt -y && \
|
|
||||||
netselect-apt && \
|
|
||||||
mv sources.list /etc/apt/ && \
|
|
||||||
apt-get update -y && \
|
apt-get update -y && \
|
||||||
apt-get dist-upgrade -y && \
|
apt-get dist-upgrade -y && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
@ -97,7 +94,7 @@ RUN apt-get update && \
|
||||||
libnetfilter-queue1 \
|
libnetfilter-queue1 \
|
||||||
libnl-3-200 \
|
libnl-3-200 \
|
||||||
libpcap0.8 \
|
libpcap0.8 \
|
||||||
libpython3.7 \
|
libpython3.6 \
|
||||||
libudns0 && \
|
libudns0 && \
|
||||||
#
|
#
|
||||||
apt-get autoremove --purge -y && \
|
apt-get autoremove --purge -y && \
|
||||||
|
|
|
@ -31,7 +31,7 @@ services:
|
||||||
- "5060:5060/udp"
|
- "5060:5060/udp"
|
||||||
- "5061:5061"
|
- "5061:5061"
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
image: "ghcr.io/telekom-security/dionaea:2006"
|
image: "dtagdevsec/dionaea:2006"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/dionaea/roots/ftp:/opt/dionaea/var/dionaea/roots/ftp
|
- /data/dionaea/roots/ftp:/opt/dionaea/var/dionaea/roots/ftp
|
||||||
|
|
Loading…
Reference in a new issue