Add common debugging tools to the dev container

- nmap-ncat
 - sdb
 - tcpdump
 - strace
 - vim
This commit is contained in:
Christian Adams 2020-03-18 15:03:08 -04:00 committed by Ryan Petrello
parent 177867de5a
commit 6335004c94
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -30,6 +30,7 @@ RUN dnf -y update && \
make \
mercurial \
nginx \
nmap-ncat \
nodejs \
nss \
openldap-devel \
@ -45,11 +46,13 @@ RUN dnf -y update && \
python3-pycurl \
rsync \
subversion \
strace \
sudo \
swig \
tcpdump \
tmux \
unzip \
vim-minimal \
vim \
which \
xmlsec1 \
xmlsec1-devel \