瀏覽代碼

:bug: fix ssh with password

Jeremy Zheng 3 年之前
父節點
當前提交
20fa4a2fd0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docker/alpine/Dockerfile

+ 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"