zstdmt
This command is an alias of zstd --threads 0 (which sets the number of working threads to the number of physical CPU cores).
RUN apt-get update && \
apt-get install -y zstd
RUN apt-get update && \
apt-get install -y zstd
RUN apk add zstd
RUN pacman -S --noconfirm zstd
RUN apt-get update && \
apt-get install -y zstd
RUN dnf install -y zstd
RUN apt-get update && \
apt-get install -y zstd