diff --git a/Dockerfile b/Dockerfile index dc2215459cb66696960d7e2bfeb1d8444b19533f..c1ae4793aaaae045a45ba001672bee90a436369a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -130,6 +130,8 @@ RUN \ >> /etc/bash.bashrc && \ echo 'alias ..="cd .."' \ >> /etc/bash.bashrc && \ + echo 'alias cd..="cd .."' \ + >> /etc/bash.bashrc && \ echo "**** Cleanup ****" && \ apt-get autoremove -y && \ apt-get autoclean -y && \