mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-01 03:31:12 +02:00
workflow/kola: make sure iptables and ip are around
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
d4d65f836e
commit
26731ccb8c
2
.github/workflows/run-kola-tests.yaml
vendored
2
.github/workflows/run-kola-tests.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
run: |
|
||||
sudo rm /bin/sh
|
||||
sudo ln -s /bin/bash /bin/sh
|
||||
sudo apt update && sudo apt install -y ca-certificates curl gnupg lsb-release qemu-system git bzip2 jq dnsmasq python3 zstd
|
||||
sudo apt update && sudo apt install -y ca-certificates curl gnupg lsb-release qemu-system git bzip2 jq dnsmasq python3 zstd iproute2 iptables
|
||||
|
||||
# Set up MASQUERADE. Don't care much to secure it.
|
||||
# This is needed for the VMs kola spins up to have internet access.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user