Merge pull request #710 from basecamp/install-wget-or-curl

Install docker with curl or wget
This commit is contained in:
Donal McBreen
2024-03-07 11:01:30 +00:00
committed by GitHub
7 changed files with 26 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ class Kamal::Cli::Server < Kamal::Cli::Base
end
if missing.any?
raise "Docker is not installed on #{missing.join(", ")} and can't be automatically installed without having root access and the `curl` command available. Install Docker manually: https://docs.docker.com/engine/install/"
raise "Docker is not installed on #{missing.join(", ")} and can't be automatically installed without having root access and either `wget` or `curl`. Install Docker manually: https://docs.docker.com/engine/install/"
end
run_hook "docker-setup"