parted
A partition manipulation program. See also: partprobe. More information: <https://www.gnu.org/software/parted/parted.html>.
RUN apt-get update && \
apt-get install -y parted
RUN apt-get update && \
apt-get install -y parted
RUN apk add parted
RUN pacman -S --noconfirm parted
RUN apt-get update && \
apt-get install -y parted
RUN yum install -y parted
RUN dnf install -y parted
RUN apt-get update && \
apt-get install -y parted