swapoff
Disables device or file for swapping. More information: <https://manned.org/swapoff>.
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 mount