aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-titan
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 18:04:34 +0000
committerHarald Welte <laforge@gnumonks.org>2018-02-14 18:04:34 +0000
commitb7e818d8abec66cd5faf3a954fef9d18b85677a3 (patch)
tree2b9af47e9000df1b930c7d0c2fa9a5fbe7df01b8 /debian-stretch-titan
parentd0fa0b0c413d523c356ac46ff3c70d04ef1d7922 (diff)
Make sure tcpdump is in debian-stretch-titan
this will enable us to automatically take pcap traces of test runs
Diffstat (limited to 'debian-stretch-titan')
-rw-r--r--debian-stretch-titan/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 0edf450..33511e3 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 :/