Add zstd
https://github.com/nektos/act-environments/issues/7 https://github.com/nektos/act/issues/257 https://github.com/nektos/act/issues/345
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user