mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add common debugging tools to the dev container
- nmap-ncat - sdb - tcpdump - strace - vim
This commit is contained in:
parent
177867de5a
commit
6335004c94
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user