From 89a73f3dac117d621685b5434968eb05e54a1ac8 Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 12:20:57 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2902799e..ffce9c69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +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 curl -L https://npmjs.org/install.sh | bash RUN npm cache clean -f RUN npm install -g n RUN n stable -- GitLab