cfdisk
A program for managing partition tables and partitions on a hard disk using a curses UI. More information: <https://manned.org/cfdisk>.
RUN apt-get update && \
apt-get install -y util-linux
RUN apt-get update && \
apt-get install -y util-linux
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y fdisk
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y util-linux