From d01f79d3c151af953553e9a549c3c6b928e2a42c Mon Sep 17 00:00:00 2001 From: florck <florian.thoni@floth.fr> Date: Fri, 24 Nov 2017 15:29:42 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9edbd24..9706f61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN apt-get update; \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash -RUN . "~/.nvm/nvm.sh" && nvm install 6 \ No newline at end of file +RUN bash -c ". ~/.nvm/nvm.sh && nvm install 6" \ No newline at end of file -- GitLab