diff --git a/images/Dockerfile b/images/Dockerfile index f6c778cf0f2..49699ffff6b 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -8,7 +8,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG DOCKER_VERSION=27.4.1 ARG BUILDX_VERSION=0.19.3 -RUN apt update -y && apt install curl unzip -y +RUN apt update -y && apt install curl unzip zstd -y WORKDIR /actions-runner RUN export RUNNER_ARCH=${TARGETARCH} \