aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-08-06 16:52:07 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-08-06 16:52:07 +0800
commit007bfac568467b36154cb9cf43f83b38ad0e17d2 (patch)
treeb4defd99a1d3888f10d561c29b1604defb2083b0
parent264e87f74a992bc2134f7482bf16745f24250cc8 (diff)
Fix docker build error problem
Change-Id: I9c4d21a27c55536a75775db6d851f0c607b6d5ea Issue-ID: VFC-1006 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xdocker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 7f65681e..7cf3008e 100755
--- a/docker/Dockerfile
+++ b/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