Fix docker build error problem 31/59131/1
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 6 Aug 2018 09:20:06 +0000 (17:20 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 6 Aug 2018 09:20:06 +0000 (17:20 +0800)
Change-Id: Id3b56c031615a8071a7c662ae20809300c50ff5d
Issue-ID: VFC-1006
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
gvnfmadapter/docker/Dockerfile

index 917afa2..d27ed1f 100644 (file)
@@ -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 apt-get update && \
     apt-get install -y python-virtualenv && \