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