csh
The shell (command interpreter) with C-like syntax. See also: tcsh. More information: <https://www.mkssoftware.com/docs/man1/csh.1.asp>.
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