You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/14 17:34:20 UTC

[GitHub] [incubator-superset] DanielGnzlzVll edited a comment on issue #9780: Service 'superset' failed to build

DanielGnzlzVll edited a comment on issue #9780:
URL: https://github.com/apache/incubator-superset/issues/9780#issuecomment-628756372


   I have same issue on a windows machine.
   
   How reproduce it?
   
   ```bash
   docker-compose build --no-cache
   ```
   
   ![image](https://user-images.githubusercontent.com/22230373/81961869-94ca9380-95d8-11ea-9d9a-7c1192c3d931.png)
   
   I solved id editing Dockerfile:
   https://github.com/apache/incubator-superset/blob/3cc540019f2aa6c3dac1d356f0f21eeca96b34f2/Dockerfile#L52-L54
   
   to: 
   ```bash
   RUN cd /app/superset-frontend \
           && npm ci
   ```
   
   
   ## enviroment:
   
   ```bash
   PS C:\Users\DanielGonzalez\git\incubator-superset> docker-compose version
   docker-compose version 1.25.5, build 8a1c60f6
   docker-py version: 4.1.0
   CPython version: 3.7.4
   OpenSSL version: OpenSSL 1.1.1c  28 May 2019
   
   PS C:\Users\DanielGonzalez\git\incubator-superset> docker version
   Client: Docker Engine - Community
    Version:           19.03.8
    API version:       1.40
    Go version:        go1.12.17
    Git commit:        afacb8b
    Built:             Wed Mar 11 01:23:10 2020
    OS/Arch:           windows/amd64
    Experimental:      false
   
   Server: Docker Engine - Community
    Engine:
     Version:          19.03.8
     API version:      1.40 (minimum version 1.12)
     Go version:       go1.12.17
     Git commit:       afacb8b
     Built:            Wed Mar 11 01:29:16 2020
     OS/Arch:          linux/amd64
     Experimental:     false
    containerd:
     Version:          v1.2.13
     GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
    runc:
     Version:          1.0.0-rc10
     GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
    docker-init:
     Version:          0.18.0
   ```
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org