bash
Bourne-Again SHell, an sh-compatible command-line interpreter. See also: zsh, histexpand (history expansion). More information: <https://www.gnu.org/software/bash/>.
RUN apt-get update && \
apt-get install -y bash
RUN apt-get update && \
apt-get install -y bash
RUN apk add bash
RUN pacman -S --noconfirm bash
RUN apt-get update && \
apt-get install -y bash
RUN yum install -y bash
RUN dnf install -y bash
RUN apt-get update && \
apt-get install -y bash