From: laili Date: Thu, 2 Aug 2018 03:07:27 +0000 (+0800) Subject: Solve ubuntu vi problem X-Git-Tag: 1.2.0~74^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e63dbe30a9a1c27e057ba1ea41d49e45017b47a2;p=vfc%2Fgvnfm%2Fvnflcm.git Solve ubuntu vi problem Modify vimrc.tiny in Dockerfile Change-Id: I44e142ab91d58fa9a8e22a0ae61def5e8f6dfa6a Issue-ID: VFC-1006 Signed-off-by: laili --- diff --git a/lcm/docker/Dockerfile b/lcm/docker/Dockerfile index 8597e409..cebfcd6b 100755 --- a/lcm/docker/Dockerfile +++ b/lcm/docker/Dockerfile @@ -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