Problem
Error when running curl in Alpine:
curl: (48) An unknown option was passed in to libcurlSolution
Install packages curl and curl-dev:
1apk add --no-cache curl curl-devError when running curl in Alpine:
curl: (48) An unknown option was passed in to libcurlInstall packages curl and curl-dev:
1apk add --no-cache curl curl-dev