smbclient
FTP-like client to access SMB/CIFS resources on servers. More information: <https://manned.org/smbclient>.
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 smbclient
RUN dnf install -y smbclient
RUN apt-get update && \
apt-get install -y smbclient