Merge "Solve ubuntu vi problem"
authorFu Jinhua <fu.jinhua@zte.com.cn>
Thu, 2 Aug 2018 03:23:50 +0000 (03:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 2 Aug 2018 03:23:50 +0000 (03:23 +0000)
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