Add network tools installation step to diagnostic workflow
All checks were successful
Network Diagnostic / network-test (push) Successful in 23s
All checks were successful
Network Diagnostic / network-test (push) Successful in 23s
This commit is contained in:
@@ -7,6 +7,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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
|
||||
run: |
|
||||
echo "=== Container Info ==="
|
||||
|
||||
Reference in New Issue
Block a user