mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
✏️ Fix copy-paste issue
This commit is contained in:
parent
f707b8c0c3
commit
4b5db024fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue