You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/08/23 01:55:04 UTC

[incubator-servicecomb-service-center] branch master updated: build script for docker image gives an error (#426)

This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b2966f  build script for docker image gives an error (#426)
6b2966f is described below

commit 6b2966f32831267eefadf4ab9b67ca78deecb8ca
Author: little-cui <su...@qq.com>
AuthorDate: Thu Aug 23 09:55:00 2018 +0800

    build script for docker image gives an error (#426)
---
 scripts/build/tools.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build/tools.sh b/scripts/build/tools.sh
index dbf609d..325b35d 100644
--- a/scripts/build/tools.sh
+++ b/scripts/build/tools.sh
@@ -93,7 +93,7 @@ frontend_deps() {
 
     ## Download the frontend dependencies using bower
     cd frontend/app
-    bower install
+    bower install --allow-root
     cd ../..
 }