alias
Creates aliases -- words that are replaced by a command string. Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. ~/.bashrc. More information: <https://tldp.org/LDP/abs/html/aliases.html>.
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