From: fujinhua Date: Wed, 1 Aug 2018 07:32:46 +0000 (+0800) Subject: Solve ubuntu vi problem X-Git-Tag: 1.2.0~102 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=be8971136b637f8cf61322163230298ccfbbe193;p=vfc%2Fnfvo%2Flcm.git Solve ubuntu vi problem Modify vimrc.tiny in Dockerfile Change-Id: Ic2e82b52200f0a4437a75a99b7e45df9e3df1b16 Issue-ID: VFC-1006 Signed-off-by: fujinhua --- diff --git a/docker/Dockerfile b/docker/Dockerfile index e1d33ef6..0a148c58 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ ARG HTTPS_PROXY=${HTTPS_PROXY} ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTPS_PROXY -RUN sed -i "s|compatible|nocompatible|" /etc/vim/vimrc.tiny \ & +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