smbget
wget-like utility for downloading files from SMB servers. More information: <https://www.samba.org/samba/docs/current/man-html/smbget.1.html>.
RUN apt-get update && \
apt-get install -y smbclient
RUN apt-get update && \
apt-get install -y smbclient
RUN pacman -S --noconfirm smbclient
RUN apt-get update && \
apt-get install -y smbclient
RUN yum install -y samba4-client
RUN dnf install -y samba-client-2
RUN apt-get update && \
apt-get install -y smbclient