diff --git a/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile b/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile index 1e65c8bc..63ddb576 100644 --- a/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile +++ b/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile @@ -22,19 +22,19 @@ RUN apt-get update -y \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ build-essential \ - curl \ ca-certificates \ + curl \ dnsutils \ ftp \ git \ iproute2 \ - iputils-ping \ iptables \ + iputils-ping \ jq \ libunwind8 \ locales \ - netcat \ net-tools \ + netcat \ openssh-client \ parallel \ python3-pip \ diff --git a/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile b/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile index 0639ccdf..c805ec8b 100644 --- a/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile +++ b/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile @@ -20,8 +20,9 @@ RUN apt-get update -y \ && add-apt-repository -y ppa:git-core/ppa \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ - curl \ ca-certificates \ + curl \ + fuse-overlayfs \ git \ iproute2 \ iptables \ @@ -30,7 +31,6 @@ RUN apt-get update -y \ uidmap \ unzip \ zip \ - fuse-overlayfs \ && rm -rf /var/lib/apt/lists/* # Download latest git-lfs version diff --git a/runner/actions-runner-dind-rootless.ubuntu-24.04.dockerfile b/runner/actions-runner-dind-rootless.ubuntu-24.04.dockerfile index ea3d56ca..ac39239b 100644 --- a/runner/actions-runner-dind-rootless.ubuntu-24.04.dockerfile +++ b/runner/actions-runner-dind-rootless.ubuntu-24.04.dockerfile @@ -20,8 +20,9 @@ RUN apt-get update -y \ && add-apt-repository -y ppa:git-core/ppa \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ - curl \ ca-certificates \ + curl \ + fuse-overlayfs \ git \ iproute2 \ iptables \ @@ -30,7 +31,6 @@ RUN apt-get update -y \ uidmap \ unzip \ zip \ - fuse-overlayfs \ && rm -rf /var/lib/apt/lists/* # Download latest git-lfs version diff --git a/runner/actions-runner-dind.ubuntu-20.04.dockerfile b/runner/actions-runner-dind.ubuntu-20.04.dockerfile index 5213004d..196b560d 100644 --- a/runner/actions-runner-dind.ubuntu-20.04.dockerfile +++ b/runner/actions-runner-dind.ubuntu-20.04.dockerfile @@ -20,19 +20,19 @@ RUN apt-get update -y \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ build-essential \ - curl \ ca-certificates \ + curl \ dnsutils \ ftp \ git \ iproute2 \ - iputils-ping \ iptables \ + iputils-ping \ jq \ libunwind8 \ locales \ - netcat \ net-tools \ + netcat \ openssh-client \ parallel \ python3-pip \ diff --git a/runner/actions-runner-dind.ubuntu-22.04.dockerfile b/runner/actions-runner-dind.ubuntu-22.04.dockerfile index 9e9ec866..fb598036 100644 --- a/runner/actions-runner-dind.ubuntu-22.04.dockerfile +++ b/runner/actions-runner-dind.ubuntu-22.04.dockerfile @@ -17,8 +17,8 @@ RUN apt-get update -y \ && add-apt-repository -y ppa:git-core/ppa \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ - curl \ ca-certificates \ + curl \ git \ iptables \ jq \ diff --git a/runner/actions-runner-dind.ubuntu-24.04.dockerfile b/runner/actions-runner-dind.ubuntu-24.04.dockerfile index de4bf852..8353e6e3 100644 --- a/runner/actions-runner-dind.ubuntu-24.04.dockerfile +++ b/runner/actions-runner-dind.ubuntu-24.04.dockerfile @@ -17,8 +17,8 @@ RUN apt-get update -y \ && add-apt-repository -y ppa:git-core/ppa \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ - curl \ ca-certificates \ + curl \ git \ iptables \ jq \ diff --git a/runner/actions-runner.ubuntu-20.04.dockerfile b/runner/actions-runner.ubuntu-20.04.dockerfile index 142ca3ac..3deb6b4e 100644 --- a/runner/actions-runner.ubuntu-20.04.dockerfile +++ b/runner/actions-runner.ubuntu-20.04.dockerfile @@ -20,8 +20,8 @@ RUN apt-get update -y \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ build-essential \ - curl \ ca-certificates \ + curl \ dnsutils \ ftp \ git \ diff --git a/runner/actions-runner.ubuntu-22.04.dockerfile b/runner/actions-runner.ubuntu-22.04.dockerfile index a8d31e39..b633a0dc 100644 --- a/runner/actions-runner.ubuntu-22.04.dockerfile +++ b/runner/actions-runner.ubuntu-22.04.dockerfile @@ -17,8 +17,8 @@ RUN apt-get update -y \ && add-apt-repository -y ppa:git-core/ppa \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ - curl \ ca-certificates \ + curl \ git \ jq \ sudo \ diff --git a/runner/actions-runner.ubuntu-24.04.dockerfile b/runner/actions-runner.ubuntu-24.04.dockerfile index a905590d..720ee13c 100644 --- a/runner/actions-runner.ubuntu-24.04.dockerfile +++ b/runner/actions-runner.ubuntu-24.04.dockerfile @@ -17,8 +17,8 @@ RUN apt-get update -y \ && add-apt-repository -y ppa:git-core/ppa \ && apt-get update -y \ && apt-get install -y --no-install-recommends \ - curl \ ca-certificates \ + curl \ git \ jq \ sudo \