formio / formio

A Form and Data Management Platform for Progressive Web Applications.

Home Page:https://form.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] docker-compose up returns "failed to solve: executor failed running [/bin/sh -c apk update && apk upgrade && apk add make=4.2.1-r2 && apk add g++=8.3.0-r0]: exit code: 6"

sinannoureddine opened this issue · comments

I am trying to run with Docker compose and following the steps in the repo:

when i run the "docker-compose up" command, i am getting the error
"failed to solve: executor failed running [/bin/sh -c apk update && apk upgrade && apk add make=4.2.1-r2 && apk add g++=8.3.0-r0]: exit code: 6"

However, when i do the manual installation, formio works fine.

Any idea why this is happening?

@sinannoureddine It's indicating that the build is failing during that layer, but there should be more logs - can you provide?

@sinannoureddine Can you please provide more logs if you are still experiencing this issue with the latest versions?