parallel
Run commands on multiple CPU cores. More information: <https://www.gnu.org/software/parallel>.
RUN apt-get update && \
apt-get install -y parallel
RUN apt-get update && \
apt-get install -y parallel
RUN apk add parallel
RUN pacman -S --noconfirm parallel
RUN apt-get update && \
apt-get install -y parallel
RUN dnf install -y parallel
RUN apt-get update && \
apt-get install -y parallel