From 14dfd14c962cd64ca82e79a1da92218db92e7ffc Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 20 Sep 2016 15:30:55 -0700 Subject: [PATCH] fix wireshark Signed-off-by: Jess Frazelle --- wireshark/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/wireshark/Dockerfile b/wireshark/Dockerfile index fb90f2d..dcbf817 100644 --- a/wireshark/Dockerfile +++ b/wireshark/Dockerfile @@ -10,6 +10,7 @@ FROM ubuntu:16.04 MAINTAINER Jessie Frazelle +ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y \ software-properties-common \ --no-install-recommends && \