Add network tools installation step to diagnostic workflow
All checks were successful
Network Diagnostic / network-test (push) Successful in 23s

This commit is contained in:
RJ
2025-10-27 15:28:11 +02:00
parent 7b7f9abecc
commit 8f8d6b90c0

View File

@@ -7,6 +7,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 0. Install Network Tools
run: |
echo "=== Installing network diagnostic tools ==="
apt-get update -qq
apt-get install -y -qq iproute2 iputils-ping dnsutils curl net-tools
echo "Tools installed successfully"
echo ""
- name: 1. Basic Info - name: 1. Basic Info
run: | run: |
echo "=== Container Info ===" echo "=== Container Info ==="