diff --git a/Dockerfile b/Dockerfile
index 15adaf70090502762bf4152429709eba9ce78532..2902799e37ae8160be635384a1e561ccd3054bbe 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