2
0
Эх сурвалжийг харах

:bug: fix ssh with password

Jeremy Zheng 3 жил өмнө
parent
commit
20fa4a2fd0

+ 1 - 0
docker/alpine/Dockerfile

@@ -21,6 +21,7 @@ RUN git config --global core.quotepath false
 RUN git config --global http.version HTTP/1.1
 RUN git config --global pull.rebase false
 RUN echo 'set-option -g history-limit 102400' > $HOME/.tmux.conf
+RUN echo 'set-option -g default-shell "/bin/zsh"' >> $HOME/.tmux.conf
 
 RUN sh -c ". $HOME/.profile \
     && pip install --user ansible paramiko"