summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-08-06 17:14:20 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-08-06 17:14:20 +0800
commit2bf65961cb0084e53cc5efd57cdfa706a9743b8d (patch)
treed893abda10f2c4e292591eeca41bf439fcfb7cfe /docker
parent7e2d2c4593e42813dc1693ab57a6725ce4e22ce1 (diff)
Fix docker build error problem
Change-Id: Icf8c39bbe8eb99dba8dc559ad2878c6f360dc1cb Issue-ID: VFC-1006 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0a148c58..72a366e5 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