mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-30 12:29:33 +00:00
Install wireshark in docker
This commit is contained in:
parent
749d632b86
commit
3d78f285be
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue