Explorar o código

:bug: fix ssh with password

Jeremy Zheng %!s(int64=3) %!d(string=hai) anos
pai
achega
20fa4a2fd0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"