Add network utilities to help debug docker-compose container network.

This commit is contained in:
Ralph Bean
2016-10-27 15:40:16 -04:00
committed by Matt Prahl
parent 8e6ce2ef6f
commit f9bc94cc92

View File

@@ -13,6 +13,9 @@ RUN dnf install -y \
fedmsg-relay \
python-mock \
git \
# Troubleshooting tools
telnet \
nc \
&& dnf autoremove -y \
&& dnf clean all \
&& mkdir /opt/module_build_service/ \