You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the following Dockerfile, using docker 1.13 on a Mac. It's the 6.9.2 build from github.com/mhart/alpine-node, but I set CONFIG_FLAGS equal to --debug. You should be able to build it by saving the following as Dockerfile and then running docker build . on any platform supported by Docker.
The DCHECK(receiver->IsJSObject()); on that line should have been DCHECK(receiver_->IsJSObject());, note the underscore. It was fixed a while ago in #10525.
I'm trying to build the following Dockerfile, using docker 1.13 on a Mac. It's the 6.9.2 build from github.com/mhart/alpine-node, but I set
CONFIG_FLAGS
equal to--debug
. You should be able to build it by saving the following asDockerfile
and then runningdocker build .
on any platform supported by Docker.This fails with the following error - I've just pasted the end of the build output.
Any idea why it is failing or what I can do to make it work?
The text was updated successfully, but these errors were encountered: