From 6a5097e75b49120183505f60254eda9bf8c0e4e2 Mon Sep 17 00:00:00 2001 From: MCyprien Date: Mon, 23 Feb 2015 15:44:41 +0100 Subject: [PATCH] Update Dockerfile Add nodejs and npm for Fauxton --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index c5636525b0b..ee3c89a2a17 100644 --- a/Dockerfile +++ b/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 - +RUN apt-get install -y nodejs + # Build rebar RUN useradd -m rebar USER rebar