mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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 \
|
make \
|
||||||
mercurial \
|
mercurial \
|
||||||
nginx \
|
nginx \
|
||||||
|
nmap-ncat \
|
||||||
nodejs \
|
nodejs \
|
||||||
nss \
|
nss \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
@@ -45,11 +46,13 @@ RUN dnf -y update && \
|
|||||||
python3-pycurl \
|
python3-pycurl \
|
||||||
rsync \
|
rsync \
|
||||||
subversion \
|
subversion \
|
||||||
|
strace \
|
||||||
sudo \
|
sudo \
|
||||||
swig \
|
swig \
|
||||||
|
tcpdump \
|
||||||
tmux \
|
tmux \
|
||||||
unzip \
|
unzip \
|
||||||
vim-minimal \
|
vim \
|
||||||
which \
|
which \
|
||||||
xmlsec1 \
|
xmlsec1 \
|
||||||
xmlsec1-devel \
|
xmlsec1-devel \
|
||||||
|
|||||||
Reference in New Issue
Block a user