wget
Download files from the Web. Supports HTTP, HTTPS, and FTP. More information: <https://www.gnu.org/software/wget>.
RUN apt-get update && \
apt-get install -y wget
RUN apt-get update && \
apt-get install -y wget
RUN apk add wget
RUN pacman -S --noconfirm wget
RUN apt-get update && \
apt-get install -y wget
RUN yum install -y wget
RUN dnf install -y wget
RUN apt-get update && \
apt-get install -y wget