curl-config
libcurl
RUN apt-get update && \
apt-get install -y libcurl4-openssl-dev
RUN apt-get update && \
apt-get install -y libcurl-openssl1.0-dev
RUN apk add curl
RUN pacman -S --noconfirm curl
RUN apt-get update && \
apt-get install -y libcurl4-openssl-dev
RUN yum install -y libcurl-devel
RUN dnf install -y mingw64-curl
RUN apt-get update && \
apt-get install -y libcurl4-openssl-dev