blkmapd
NFS support files common to client and server
RUN apt-get update && \
apt-get install -y nfs-common
RUN apt-get update && \
apt-get install -y nfs-common
RUN apk add nfs-utils
RUN pacman -S --noconfirm nfs-utils
RUN apt-get update && \
apt-get install -y nfs-common
RUN dnf install -y nfs-utils-1
RUN apt-get update && \
apt-get install -y nfs-common