Docker install failed because curl is not installed

You’ll need to install docker, or at least install curl so that Discourse-setup has a chance.

apt install -y curl

Should do it if you’re using Ubuntu or debian. If you’re not using one of those you’ll have to use Google to figure out how.

1 Like