summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-08-06 17:16:21 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-08-06 17:16:21 +0800
commitc0499919e29b1a746ddfe86a767acff3e107ae39 (patch)
treef9b75dc2f44b3e6229c29a2c260b4f2319bd5ad6
parentf9005a14c880dc04c8d87c4c3fc69b5e3b8e5dc4 (diff)
Fix docker build error problem
Change-Id: I65c1a5ad8d563e28eacdce5e6968968c940e6dfe Issue-ID: VFC-1006 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xlcm/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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