wait
Wait for a process to complete before proceeding. More information: <https://manned.org/wait>.
RUN apt-get update && \
apt-get install -y execline
RUN apt-get update && \
apt-get install -y execline
RUN apk add bash
RUN pacman -S --noconfirm bash
RUN apt-get update && \
apt-get install -y execline
RUN yum install -y bash
RUN dnf install -y bash
RUN apt-get update && \
apt-get install -y bash