lwp-download
simple and consistent interface to the world-wide web
RUN apt-get update && \
apt-get install -y libwww-perl
RUN apt-get update && \
apt-get install -y libwww-perl
RUN apk add perl-libwww
RUN pacman -S --noconfirm perl-libwww
RUN apt-get update && \
apt-get install -y libwww-perl
RUN yum install -y perl-libwww-perl
RUN dnf install -y perl-libwww-perl
RUN apt-get update && \
apt-get install -y libwww-perl