Преглед на файлове

: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 http.version HTTP/1.1
 RUN git config --global pull.rebase false
 RUN git config --global pull.rebase false
 RUN echo 'set-option -g history-limit 102400' > $HOME/.tmux.conf
 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 \
 RUN sh -c ". $HOME/.profile \
     && pip install --user ansible paramiko"
     && pip install --user ansible paramiko"