Change in docker-playground[master]: debian-stretch-titan: Add wireshark-common for dumpcap

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Dec 11 15:26:24 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/21677 )

Change subject: debian-stretch-titan: Add wireshark-common for dumpcap
......................................................................

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

We need dumpcap by ttcn3-dumpcap-start.sh

Change-Id: I0879710ff200bde7f77584dfb69cfb14f02f5d69
---
M debian-stretch-titan/Dockerfile
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 3c9f672..74bc420 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -24,11 +24,12 @@
 
 RUN	apt-get update && \
 	apt-get upgrade -y && \
-	apt-get -y install \
+	DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests \
 		build-essential \
 		git \
 		procps \
 		tcpdump \
+		wireshark-common \
 		vim \
 		netcat-openbsd \
 		&& \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21677
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0879710ff200bde7f77584dfb69cfb14f02f5d69
Gerrit-Change-Number: 21677
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201211/5510cfd3/attachment.htm>


More information about the gerrit-log mailing list