From b7e818d8abec66cd5faf3a954fef9d18b85677a3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 14 Feb 2018 18:04:34 +0000 Subject: [PATCH] Make sure tcpdump is in debian-stretch-titan this will enable us to automatically take pcap traces of test runs --- debian-stretch-titan/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile index 0edf4507..33511e33 100644 --- a/debian-stretch-titan/Dockerfile +++ b/debian-stretch-titan/Dockerfile @@ -9,7 +9,8 @@ RUN apt-get update && \ apt-get upgrade -y && \ apt-get -y install \ build-essential \ - git && \ + git \ + tcpdump && \ apt-get clean # somehow Debian folks updated the gcc version but not titan :/