turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
929 stars 580 forks source link

Failure launch `docker build -t jamtur01/nodejs .` #23

Closed telepenin closed 8 years ago

telepenin commented 8 years ago

Hello! I get error when I trying to launch docker build -t jamtur01/nodejs . Log - https://bpaste.net/show/ede2cd09fc8c

Installed out of the box: node - v0.10.25 npm - 1.3.10

After npm update: npm - 3.8.5

About node-gyp: without this package I got error - gyp ERR! stack Error:gypfailed with exit code: 1 like this http://stackoverflow.com/questions/19972402/nodejs-npm-install-pg-failed

jamtur01 commented 8 years ago

Thanks!