Solve ubuntu vi problem 47/58547/1
authorlaili <lai.li@zte.com.cn>
Thu, 2 Aug 2018 03:07:27 +0000 (11:07 +0800)
committerlaili <lai.li@zte.com.cn>
Thu, 2 Aug 2018 03:07:27 +0000 (11:07 +0800)
Modify vimrc.tiny in Dockerfile

Change-Id: I44e142ab91d58fa9a8e22a0ae61def5e8f6dfa6a
Issue-ID: VFC-1006
Signed-off-by: laili <lai.li@zte.com.cn>
lcm/docker/Dockerfile

index 8597e40..cebfcd6 100755 (executable)
@@ -6,6 +6,9 @@ ARG HTTPS_PROXY=${HTTPS_PROXY}
 ENV http_proxy $HTTP_PROXY
 ENV https_proxy $HTTPS_PROXY
 
+RUN sed -i "s|set compatible|set nocompatible|" /etc/vim/vimrc.tiny \ &
+    echo "set backspace=2" >> /etc/vim/vimrc.tiny
+
 RUN echo "mysql-server mysql-server/root_password password root" | debconf-set-selections
 RUN echo "mysql-server mysql-server/root_password_again password root" | debconf-set-selections