Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/305#discussion_r25170368
--- 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 --
I feel cold for blindly executing arbitrary shell script. Isn't there a
more secure and explicit way to add those repository?
---
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.
---