You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/23 01:56:00 UTC

[jira] [Commented] (SCB-863) build script for docker image gives an error

    [ https://issues.apache.org/jira/browse/SCB-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589574#comment-16589574 ] 

ASF GitHub Bot commented on SCB-863:
------------------------------------

little-cui closed pull request #426: SCB-863 build script for docker image gives an error
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/426
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/scripts/build/tools.sh b/scripts/build/tools.sh
index dbf609d1..325b35de 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 ../..
 }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> build script for docker image gives an error
> --------------------------------------------
>
>                 Key: SCB-863
>                 URL: https://issues.apache.org/jira/browse/SCB-863
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Service-Center
>            Reporter: little-cui
>            Assignee: little-cui
>            Priority: Major
>             Fix For: service-center-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)