✏️ Fix copy-paste issue

This commit is contained in:
Benoît de Biolley 2025-07-15 17:33:58 +02:00
parent f707b8c0c3
commit 4b5db024fb
No known key found for this signature in database
GPG key ID: 0289E94552874227

View file

@ -83,7 +83,7 @@ class InstallDocker
} elseif ($supported_os_type->contains('alpine')) {
$command = $command->merge([
"echo 'Installing Prerequisites...'",
'zypper update -y',
'apk update',
'command -v curl >/dev/null || apk add curl',
'command -v wget >/dev/null || apk add wget',
'command -v git >/dev/null || apk add git',