mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
prepare PR by checking changes
deleted duplicate 'dnf' to fix syntax
This commit is contained in:
parent
1283c994ca
commit
530e62ed28
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class InstallDocker
|
|||
private function getFedoraDockerInstallCommand(): string
|
||||
{
|
||||
return "curl https://releases.rancher.com/install-docker/{$this->dockerVersion}.sh | sh || curl https://get.docker.com | sh -s -- --version {$this->dockerVersion} || (".
|
||||
'dnf dnf config-manager addrepo --from-repofile https://download.docker.com/linux/fedora/docker-ce.repo && '.
|
||||
'dnf config-manager addrepo --from-repofile https://download.docker.com/linux/fedora/docker-ce.repo && '.
|
||||
'dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && '.
|
||||
'systemctl start docker && '.
|
||||
'systemctl enable docker --now'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue