tcsh
C shell with file name completion and command-line editing. See also: csh. More information: <https://manned.org/tcsh>.
RUN apt-get update && \
apt-get install -y tcsh
RUN apt-get update && \
apt-get install -y tcsh
RUN apk add tcsh
RUN pacman -S --noconfirm tcsh
RUN apt-get update && \
apt-get install -y tcsh
RUN yum install -y tcsh
RUN dnf install -y tcsh
RUN apt-get update && \
apt-get install -y tcsh