GitHub user tillkahlbrock opened a pull request:

    https://github.com/apache/couchdb/pull/318

    installs npm while building the docker images

    Building the docker image fails with
    ```
    /bin/sh: 1: npm: not found
    make: *** [share/www] Error 127
    ``` 
    because `npm` is used in the Makefile and therefor is a dependency for 
building a docker image.
    
    This change installs npm while building the image according to 
https://github.com/joyent/node/wiki/Backports.debian.org#install-node-and-npm

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillkahlbrock/couchdb npm-in-docker-image

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/318.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #318
    
----
commit 0287af3b838ee23c4c30a26358a9f4aba3819f4c
Author: Till Kahlbrock <t...@jimdo.com>
Date:   2015-04-30T07:26:30Z

    installs npm while building the docker images

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to