Fix docker build error problem 29/59129/1
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 6 Aug 2018 09:18:46 +0000 (17:18 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 6 Aug 2018 09:18:46 +0000 (17:18 +0800)
Change-Id: I8684dabf2e8dc93e332547cbff5ce1de79e4eb3f
Issue-ID: VFC-1006
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
mgr/docker/Dockerfile

index 2325844..d02977d 100644 (file)
@@ -9,8 +9,8 @@ ENV https_proxy $HTTPS_PROXY
 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
 
-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 && \