debian-stretch-titan: install procps

The ttcn3-tcpdump-stop.sh uses `ps` to find out if tcpdump is still
running.

Change-Id: I8db4ad2262a3a734201e39bc065c1c383738992c
This commit is contained in:
Alexander Couzens 2019-05-02 18:02:29 +02:00
parent df7d1bc260
commit c924d417c5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update && \
apt-get -y install \
build-essential \
git \
procps \
tcpdump \
vim \
&& \