time
Measure how long a command took to run. Note: time can either exist as a shell builtin, a standalone program or both. More information: <https://manned.org/time>.
RUN apt-get update && \
apt-get install -y time
RUN apt-get update && \
apt-get install -y time
RUN pacman -S --noconfirm time
RUN apt-get update && \
apt-get install -y time
RUN yum install -y time
RUN dnf install -y time
RUN apt-get update && \
apt-get install -y time