mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Merge pull request #6334 from rooftopcellist/ncat
Add netcat to the dev container Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
d37039a18a
@ -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…
Reference in New Issue
Block a user