From 9c891ec46f1bc7a1b3d73260c4c648f74a04f282 Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Wed, 5 Feb 2020 12:27:54 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ffce9c69..a520235f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
         git \
         curl \
         unzip \
+        nodejs \
+        npm \
     && docker-php-ext-configure gd --with-freetype --with-jpeg \
     && docker-php-ext-install -j$(nproc) gd
 
@@ -32,7 +34,6 @@ RUN ls -ahl
 RUN curl -sS https://getcomposer.org/installer | php
 RUN php composer.phar install
 
-RUN curl -L https://npmjs.org/install.sh | bash
 RUN npm cache clean -f
 RUN npm install -g n
 RUN n stable
-- 
GitLab