debian-stretch-titan: Add wireshark-common for dumpcap

We need dumpcap by ttcn3-dumpcap-start.sh

Change-Id: I0879710ff200bde7f77584dfb69cfb14f02f5d69
This commit is contained in:
Harald Welte 2020-12-11 16:18:34 +01:00 committed by laforge
parent 2279aac61c
commit 5bffa66272
1 changed files with 2 additions and 1 deletions

View File

@ -24,11 +24,12 @@ RUN apt-get update && \
RUN apt-get update && \ RUN apt-get update && \
apt-get upgrade -y && \ apt-get upgrade -y && \
apt-get -y install \ DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests \
build-essential \ build-essential \
git \ git \
procps \ procps \
tcpdump \ tcpdump \
wireshark-common \
vim \ vim \
netcat-openbsd \ netcat-openbsd \
&& \ && \