diff --git a/root/etc/cont-init.d/98-tshoot-config b/root/etc/cont-init.d/98-tshoot-config index 6d637ba..714bfa6 100644 --- a/root/etc/cont-init.d/98-tshoot-config +++ b/root/etc/cont-init.d/98-tshoot-config @@ -6,7 +6,9 @@ apt-get update apt-get install --no-install-recommends -y \ dnsutils \ - net-tools + net-tools \ + iputils-ping \ + traceroute fi # Alpine if [ -f /sbin/apk ]; then