aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-05-02 18:02:29 +0200
committerAlexander Couzens <lynxis@fe80.eu>2019-05-02 18:04:18 +0200
commitc924d417c5ad0f77b85585a9f5a41b1c0c94dba4 (patch)
tree781e40fcd7b9305e04efa9c80d3c14ce1b6cd749
parentdf7d1bc2608472adadf7b30861872b4146f44de4 (diff)
debian-stretch-titan: install procps
The ttcn3-tcpdump-stop.sh uses `ps` to find out if tcpdump is still running. Change-Id: I8db4ad2262a3a734201e39bc065c1c383738992c
-rw-r--r--debian-stretch-titan/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 18aad4b..426eb91 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -22,6 +22,7 @@ RUN apt-get update && \
apt-get -y install \
build-essential \
git \
+ procps \
tcpdump \
vim \
&& \