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

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

diff --git a/Dockerfile b/Dockerfile
index 15adaf70..2902799e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,6 @@ RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini
 
 WORKDIR /var/www/html
 RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
-RUN ls -lah
 WORKDIR /var/www/html/tms/tms
 
 RUN mv .env.template .env
@@ -33,6 +32,7 @@ RUN ls -ahl
 RUN curl -sS https://getcomposer.org/installer | php
 RUN php composer.phar install
 
+RUN curl -L https://npmjs.org/install.sh | sudo sh
 RUN npm cache clean -f
 RUN npm install -g n
 RUN n stable
-- 
GitLab