@@ -11,6 +11,7 @@ ADD fs/ /
1111RUN apt-get update && \
1212 apt-get install -y ncurses-dev libtolua-dev exuberant-ctags sudo && \
1313 apt-get install -y build-essential openssl libssl-dev curl && \
14+ apt-get install -y tmux && \
1415 ln -s /usr/include/lua5.2/ /usr/include/lua && \
1516 ln -s /usr/lib/x86_64-linux-gnu/liblua5.2.so /usr/lib/liblua.so && \
1617 curl -sL https://deb.nodesource.com/setup | sudo bash - && \
@@ -38,6 +39,7 @@ RUN apt-get update && \
3839 mkdir -p /usr/src/go/bin/ && \
3940 mv /go/bin/* /usr/src/go/bin/ && \
4041 echo 'export PATH=/usr/src/go/bin/:$PATH' >> /etc/profile && \
42+ echo 'export TERM="xterm-256color"' >> /etc/profile && \
4143# add dev user
4244 adduser dev --disabled-password --gecos "" && \
4345 echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers && \
@@ -96,6 +98,9 @@ RUN mkdir -p ~/.vim/bundle && \
9698 git clone --depth 1 https://github.com/vim-scripts/mru.vim.git && \
9799 git clone --depth 1 https://github.com/vim-scripts/taglist.vim.git && \
98100 vim +PluginInstall +qall && \
101+ ln /home/dev/.vimrc /root/.vimrc && \
102+ ln /home/dev/.tmux.conf /root/.tmux.conf && \
103+ ln -s /home/dev/.vim /root/.vim && \
99104# cleanup
100105 rm -rf Vundle.vim/.git vim-go/.git tagbar/.git neocomplete.vim/.git \
101106 nerdtree/.git vim-airline/.git vim-fugitive/.git \
0 commit comments