xzdiff
Invokes diff on files compressed with xz, lzma, gzip, bzip2, lzop, or zstd. All options specified are passed directly to diff. More information: <https://manned.org/xzdiff>.
RUN apt-get update && \
apt-get install -y xz-utils
RUN apt-get update && \
apt-get install -y xz-utils
RUN apk add xz
RUN pacman -S --noconfirm xz
RUN apt-get update && \
apt-get install -y xz-utils
RUN yum install -y xz
RUN dnf install -y xz
RUN apt-get update && \
apt-get install -y xz-utils