We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f12ef9 commit 1e9a7b5Copy full SHA for 1e9a7b5
1 file changed
src/artifacts-helper/install.sh
@@ -70,7 +70,7 @@ check_packages() {
70
71
export DEBIAN_FRONTEND=noninteractive
72
73
-if [ "${ID}" = "mariner" ]; then
+if [ "${ID}" = "mariner" ] || { [ "${ID}" = "azurelinux" ] && [ "${VERSION_ID}" = "3.0" ]; then
74
tdnf install -y wget ca-certificates
75
tdnf clean all
76
else
@@ -145,4 +145,4 @@ if [ "${INSTALL_WITH_SUDO}" = "true" ]; then
145
fi
146
rm /tmp/install-provider.sh
147
148
-exit 0
+exit 0
0 commit comments