curl
Transfers data from or to a server. Supports most protocols, including HTTP, FTP, and POP3. More information: <https://curl.se/docs/manpage.html>.
RUN apt-get update && \
apt-get install -y curl
RUN apt-get update && \
apt-get install -y curl
RUN apk add curl
RUN pacman -S --noconfirm curl
RUN apt-get update && \
apt-get install -y curl
RUN yum install -y curl
RUN dnf install -y curl
RUN apt-get update && \
apt-get install -y curl