Github user janl commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/305#discussion_r25243636
--- Diff: Dockerfile ---
@@ -18,6 +18,10 @@ RUN apt-get --no-install-recommends -y install \
libmozjs185-dev \
python
+# Install Nodejs
+RUN curl -sL https://deb.nodesource.com/setup | bash -
--- End diff --
@MCyprien you didnât do anything wrong, no worries! :)
Itâs just that we have to think about beyond just having someone
interactively installing Node.js for CouchDB, hence our comments.
The best way forward would be to import the file as a dependency (needs an
update in the NOTICE and LICENSE files) and then call it locally.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---