Install wireshark in docker

This commit is contained in:
Sukchan Lee 2018-05-30 15:05:47 +09:00
parent 749d632b86
commit 3d78f285be

View file

@ -7,6 +7,7 @@ MAINTAINER Sukchan Lee <acetcom@gmail.com>
RUN apt-get update && \
apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
debhelper \
devscripts \
@ -19,11 +20,10 @@ RUN apt-get update && \
vim \
sudo \
iputils-ping \
wireshark
net-tools && \
apt-get clean
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wireshark
COPY setup.sh /root
ARG username=acetcom