mksquashfs
Create or append files and directories to squashfs filesystems. More information: <https://manned.org/mksquashfs>.
RUN apt-get update && \
apt-get install -y squashfs-tools
RUN apt-get update && \
apt-get install -y squashfs-tools
RUN apk add squashfs-tools
RUN pacman -S --noconfirm squashfs-tools
RUN apt-get update && \
apt-get install -y squashfs-tools
RUN yum install -y squashfs-tools
RUN dnf install -y squashfs-tools
RUN apt-get update && \
apt-get install -y squashfs-tools