From 988698b04b7b40ea84dc7a0e6c3bbcf4f66e3f05 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Fri, 19 Apr 2019 19:03:04 +0200 Subject: [PATCH] debian-tuto3: add dhcpdump to debug wks dhcp --- pkg/debian-tuto3/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/debian-tuto3/Dockerfile b/pkg/debian-tuto3/Dockerfile index e6c1ffd..b0bedaa 100644 --- a/pkg/debian-tuto3/Dockerfile +++ b/pkg/debian-tuto3/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ console-data \ curl \ dnsutils \ + dhcpdump \ ethtool \ kbd \ nano \