Fix docker build error problem 27/59127/1
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 6 Aug 2018 09:17:54 +0000 (17:17 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 6 Aug 2018 09:17:54 +0000 (17:17 +0800)
Change-Id: If25317b5fe1aee5f98d1f1235be7947b42b3a746
Issue-ID: VFC-1006
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
res/docker/Dockerfile

index 78ed192..b3c3a25 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 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