unsquashfs
Uncompress, extract and list files in squashfs filesystems. More information: <https://manned.org/unsquashfs>.
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