From 4ef74591dc14a0fca4c670b3f4edc20e6347b625 Mon Sep 17 00:00:00 2001 From: Gunju Kim Date: Wed, 19 Jun 2024 17:45:23 +0900 Subject: [PATCH] ubuntu-22.04: Install net-tools package to update the dockerMTU --- runner/actions-runner-dind.ubuntu-22.04.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runner/actions-runner-dind.ubuntu-22.04.dockerfile b/runner/actions-runner-dind.ubuntu-22.04.dockerfile index 9e9ec866..9bfb25f5 100644 --- a/runner/actions-runner-dind.ubuntu-22.04.dockerfile +++ b/runner/actions-runner-dind.ubuntu-22.04.dockerfile @@ -22,6 +22,7 @@ RUN apt-get update -y \ git \ iptables \ jq \ + net-tools \ software-properties-common \ sudo \ unzip \