From ae148f1836d231c7ccca7a3a0a4eb18b7b624946 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 2 Oct 2019 13:49:29 +0200 Subject: debian-stretch-titan: Install netcat-openbsd required by osmo-ttcn3-hacks Scripts ttcn3-tcpdump-start.sh and ttcn3-tcpdump-stop.sh, run by osmo-ttcn3-hacks upon start and end of every test in the suite, starts and stops tcpdump and netcat each time. netcat is started in order to have a dummy sink for gsmtap log packets, to get rid of annoying ICMP messages as well as the kernel deciding to drop those messages (hence not ending up inside the pcap file of tcpdump) under some circumstances. Depends: osmo-ttcn3-hacks.git Id69d98db63f8260067ad6bc1525fb05c936912f2 Change-Id: Iccda25bc274ee93705c23dfd3e0f9dad5fc2a059 --- debian-stretch-titan/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile index 426eb91..0778db6 100644 --- a/debian-stretch-titan/Dockerfile +++ b/debian-stretch-titan/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && \ procps \ tcpdump \ vim \ + netcat-openbsd \ && \ apt-get clean -- cgit v1.2.3