ry / v8worker

Minimal golang binding to V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build with Docker

emicklei opened this issue · comments

After spending a few days of trial and analysing build errors, I finally got a working Docker based build for v8worker based apps , see https://github.com/emicklei/v8worker-docker. The only thing I needed to change was to add the --nohooks flag to fetch.

Happy building

why does it need the --nohooks flag? i suppose i can remove that here...

It was during one of the first attempts to get it working that I saw this suggestion in the error message. At that time, by adding this, I was able to proceed to the next build error :-) . Now that it finally worked I did not try without it ; too happy with the result.