mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add common debugging tools to the dev container
- nmap-ncat - sdb - tcpdump - strace - vim
This commit is contained in:
committed by
Ryan Petrello
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 \
|
||||
|
||||
Reference in New Issue
Block a user