cd
Change the current working directory. More information: <https://manned.org/cd>.
RUN apt-get update && \
apt-get install -y execline
RUN apt-get update && \
apt-get install -y execline
RUN apk add bash
RUN pacman -S --noconfirm bash
RUN apt-get update && \
apt-get install -y execline
RUN yum install -y bash
RUN dnf install -y bash
RUN apt-get update && \
apt-get install -y bash