From 822abaf3e9020a761b20a5c259c7d043633e35a9 Mon Sep 17 00:00:00 2001 From: hackercat Date: Tue, 19 Jan 2021 08:44:23 +0000 Subject: [PATCH] Add `zstd` https://github.com/nektos/act-environments/issues/7 https://github.com/nektos/act/issues/257 https://github.com/nektos/act/issues/345 --- linux/ubuntu/act/Dockerfile | 2 +- linux/ubuntu/runner/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ubuntu/act/Dockerfile b/linux/ubuntu/act/Dockerfile index e1b3fcc..ac67213 100644 --- a/linux/ubuntu/act/Dockerfile +++ b/linux/ubuntu/act/Dockerfile @@ -37,7 +37,7 @@ RUN set -Eeuxo pipefail && \ RUN set -Eeuxo pipefail && \ apt -yq update && \ printf "Updated apt lists and upgraded packages\n\n" && \ - apt -yq install --no-install-recommends ssh lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https libyaml-0-2 && \ + apt -yq install --no-install-recommends ssh lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https libyaml-0-2 zstd && \ printf "Installed base utils" # > Install Node.JS diff --git a/linux/ubuntu/runner/Dockerfile b/linux/ubuntu/runner/Dockerfile index 5304bd5..19473d7 100644 --- a/linux/ubuntu/runner/Dockerfile +++ b/linux/ubuntu/runner/Dockerfile @@ -39,7 +39,7 @@ RUN set -Eeuxo pipefail && \ printf "Build started" && \ apt -yq update && \ printf "Updated apt lists and upgraded packages\n\n" && \ - apt -yq install --no-install-recommends lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https && \ + apt -yq install --no-install-recommends lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https zstd && \ printf "Installed base utils" # > Install Node.JS