umount
Unlink a filesystem from its mount point, making it no longer accessible. A filesystem cannot be unmounted when it is busy. More information: <https://man.openbsd.org/umount>.
RUN apt-get update && \
apt-get install -y mount
RUN apt-get update && \
apt-get install -y mount
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y mount
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y loop-aes-utils