command
Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. More information: <https://manned.org/command>.
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