diff --git a/.gitlab/ci/snippets.yml b/.gitlab/ci/snippets.yml index e7241f1..212e629 100644 --- a/.gitlab/ci/snippets.yml +++ b/.gitlab/ci/snippets.yml @@ -19,7 +19,7 @@ - | # Installing core tools if command -v apk > /dev/null; then - apk add --no-cache curl jq unzip tar gzip > /dev/null + apk add --no-cache curl jq unzip tar gzip gcompat > /dev/null else echo "The apk package manager does not exist. Skipping core tool install." fi