Solve ubuntu vi problem 55/58555/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 2 Aug 2018 03:41:16 +0000 (11:41 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 2 Aug 2018 03:41:16 +0000 (11:41 +0800)
Modify vimrc.tiny in Dockerfile

Change-Id: I8cc62208d2ecbacf1d6a6647f7176b029464f522
Issue-ID: VFC-1006
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
zte/vmanager/docker/Dockerfile

index 71d66bd..438fc74 100644 (file)
@@ -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 apt-get update && \
     apt-get install -y python-virtualenv && \
     apt-get install -y python-setuptools && \