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 && \
|
RUN set -Eeuxo pipefail && \
|
||||||
apt -yq update && \
|
apt -yq update && \
|
||||||
printf "Updated apt lists and upgraded packages\n\n" && \
|
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"
|
printf "Installed base utils"
|
||||||
|
|
||||||
# > Install Node.JS
|
# > Install Node.JS
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ RUN set -Eeuxo pipefail && \
|
|||||||
printf "Build started" && \
|
printf "Build started" && \
|
||||||
apt -yq update && \
|
apt -yq update && \
|
||||||
printf "Updated apt lists and upgraded packages\n\n" && \
|
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"
|
printf "Installed base utils"
|
||||||
|
|
||||||
# > Install Node.JS
|
# > Install Node.JS
|
||||||
|
|||||||
Reference in New Issue
Block a user