mkfs.exfat
Creates an exfat filesystem inside a partition. More information: <https://manned.org/mkfs.exfat>.
RUN apt-get update && \
apt-get install -y exfat-utils
RUN apt-get update && \
apt-get install -y exfat-utils

RUN apk add exfat-utils
RUN pacman -S --noconfirm exfat-utils
RUN apt-get update && \
apt-get install -y exfat-utils
RUN apt-get update && \
apt-get install -y exfat-utils