sh
Bourne shell, the standard command language interpreter. See also histexpand for history expansion. More information: <https://manned.org/sh>.
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