column
Format stdin or a file into multiple columns. Columns are filled before rows; the default separator is a whitespace. More information: <https://manned.org/column>.
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y bsdmainutils