diff --git a/runner/actions-runner-dind-rootless.dockerfile b/runner/actions-runner-dind-rootless.dockerfile index e98795a..e7c5dc0 100644 --- a/runner/actions-runner-dind-rootless.dockerfile +++ b/runner/actions-runner-dind-rootless.dockerfile @@ -30,6 +30,7 @@ RUN apt update -y \ dnsutils \ ftp \ git \ + git-lfs \ iproute2 \ iputils-ping \ iptables \ diff --git a/runner/actions-runner-dind.dockerfile b/runner/actions-runner-dind.dockerfile index 228b170..a32af93 100644 --- a/runner/actions-runner-dind.dockerfile +++ b/runner/actions-runner-dind.dockerfile @@ -20,6 +20,7 @@ RUN apt update -y \ dnsutils \ ftp \ git \ + git-lfs \ iproute2 \ iputils-ping \ iptables \ diff --git a/runner/actions-runner.dockerfile b/runner/actions-runner.dockerfile index 38c9b7e..79c37e7 100644 --- a/runner/actions-runner.dockerfile +++ b/runner/actions-runner.dockerfile @@ -21,6 +21,7 @@ RUN apt update -y \ dnsutils \ ftp \ git \ + git-lfs \ iproute2 \ iputils-ping \ jq \