File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ RUN adduser dev --disabled-password --gecos "" && \
4040ADD fs/ /
4141USER dev
4242ENV HOME /home/dev
43+ ENV TERM xterm-256color
4344WORKDIR /go
4445EXPOSE 9000
4546EXPOSE 35729
@@ -108,6 +109,7 @@ RUN cd /tmp &
108109RUN vim +PluginInstall +qall && \
109110 sudo ln /home/dev/.vimrc /root/.vimrc && \
110111 sudo ln /home/dev/.tmux.conf /root/.tmux.conf && \
112+ sudo ln /home/dev/.profile /root/.profile && \
111113 sudo ln -s /home/dev/.vim /root/.vim && \
112114# enable yeoman
113115 sudo npm install -g npm@latest && \
Original file line number Diff line number Diff line change 1+
12# ~/.profile: executed by Bourne-compatible login shells.
23
34if [ " $BASH " ]; then
1213 export TERM=' xterm-color'
1314fi
1415
15- mesg n
16+ export PATH=/usr/local/go/bin/:$PATH
17+ export TERM=" xterm-256color"
1618
19+ mesg n
You can’t perform that action at this time.
0 commit comments