sshfs
Filesystem client based on SSH. More information: <https://github.com/libfuse/sshfs>.
RUN apt-get update && \
apt-get install -y sshfs
RUN apt-get update && \
apt-get install -y sshfs
RUN apk add sshfs
RUN pacman -S --noconfirm sshfs
RUN apt-get update && \
apt-get install -y sshfs
RUN dnf install -y sshfs
RUN apt-get update && \
apt-get install -y sshfs