aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 :/