rbash
Restricted Bash shell, equivalent to bash --restricted. Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things. See also histexpand for history expansion. More information: <https://www.gnu.org/software/bash/manual/html_node/The-Restricted-Shell>.
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