hicommonwealth/edgeware-node

Docker build failed at 9e444ec564c509d6bd59a6a9c417cffedcf4b050

yangwao opened this issue · 3 comments

I've just did on 9e444ec

docker build .

image

I can lookup on fix later, just noting it down.

Might be related #209

So the short fix is to manually edit that file option-parser.cc and define a CMAKE_PROJECT_VERSION at the top of the file. I think I used 1.0.3.

For some reason this also only occurred for my on Ubuntu 18.04 nodes.

This is also impacting all builds via Dockerfile, because you're building on phusion/baseimage:0.11 aka Ubuntu 18.04. After changing to focal-1.0.0alpha1, builds are once again successful without modifying the codebase.