From: yunlong ying Date: Mon, 6 Aug 2018 11:31:48 +0000 (+0000) Subject: Merge "SOL003 API ALign" X-Git-Tag: 1.2.0~68 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=45fbde497f5bb9f82ad38ee455405b9c3b2729f6;hp=5856d335c0ed0f256fa186373af7165cecb879a6;p=vfc%2Fgvnfm%2Fvnflcm.git Merge "SOL003 API ALign" --- diff --git a/lcm/docker/Dockerfile b/lcm/docker/Dockerfile index cebfcd6b..61ad7815 100755 --- a/lcm/docker/Dockerfile +++ b/lcm/docker/Dockerfile @@ -6,8 +6,8 @@ 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 sed -i "s|set compatible|set nocompatible|" /etc/vim/vimrc.tiny +RUN 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