mlabel
Set an MS-DOS volume label for FAT and VFAT filesystems. More information: <https://www.gnu.org/software/mtools/manual/mtools.html#mlabel>.
RUN apt-get update && \
apt-get install -y mtools
RUN apt-get update && \
apt-get install -y mtools
RUN apk add mtools
RUN pacman -S --noconfirm mtools
RUN apt-get update && \
apt-get install -y mtools
RUN yum install -y mtools
RUN dnf install -y mtools
RUN apt-get update && \
apt-get install -y mtools