I ran the following given command in the document ```bash curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | sh ``` It gives me below error Checks passed! Downloading CLI... curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information I also tested the given Dockerfile-testInstall It is also giving same error. I guess the issue is in the below lines ```bash # Download CLI to temporary directory download_dir=$($sh_c 'mktemp -d') $sh_c "${download_cmd} ${download_dir}/docker-aci ${DOWNLOAD_URL}" ``` Might be the variables aren't populating
I ran the following given command in the document
curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | shIt gives me below error
Checks passed!
Downloading CLI...
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
I also tested the given Dockerfile-testInstall
It is also giving same error.
I guess the issue is in the below lines
Might be the variables aren't populating