partprobe
Notify the operating system kernel of partition table changes. More information: <https://manned.org/partprobe>.
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