There was an error while loading. Please reload this page.
1 parent 1851a1f commit 4ee7883Copy full SHA for 4ee7883
1 file changed
classes/class13/Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir -p /var/run/sshd /root/.ssh
6
COPY sshd_config /etc/ssh/sshd_config
7
8
ENV TERM=xterm-256color
9
-RUN echo "PS1='\e[92m\u\e[0m@\e[94m\h\e[0m:\e[35m\w\e[0m# '" >> /root/.bashrc && \
+RUN echo "PS1='\[\e[92m\]\u\[\e[0m\]@\[\e[94m\]\h\[\e[0m\]:\[\e[35m\]\w\[\e[0m\]# '" >> /root/.bashrc && \
10
echo "export LC_CTYPE=C.UTF-8" >> /root/.bashrc
11
12
RUN echo "root:admin" | chpasswd
0 commit comments