curl-config

libcurl

Debian Debian
RUN apt-get update && \ apt-get install -y libcurl4-openssl-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libcurl-openssl1.0-dev
Alpine
RUN apk add curl
Arch Arch Linux
RUN pacman -S --noconfirm curl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libcurl4-openssl-dev
CentOS
RUN yum install -y libcurl-devel
Fedora
RUN dnf install -y mingw64-curl
Raspbian
RUN apt-get update && \ apt-get install -y libcurl4-openssl-dev
click the source code to copy install curl-config on any operating system with command-not-found.com