From 0eb719af8b96055a60b79c2b2864e0706bc13d9a Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sun, 11 Jul 2021 13:34:48 +0200 Subject: [PATCH] Add pigz for faster decompress --- images/github-runner/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/github-runner/Dockerfile b/images/github-runner/Dockerfile index 904bfea..89fd5b4 100644 --- a/images/github-runner/Dockerfile +++ b/images/github-runner/Dockerfile @@ -61,6 +61,7 @@ RUN apt-get update \ wget \ zip \ git \ + pigz \ && rm -rf /var/lib/apt/list/* # Add and config runner user as sudo