From 07c57067d161546531f84af3db38a7917ccee619 Mon Sep 17 00:00:00 2001 From: florck <florian.thoni@floth.fr> Date: Fri, 24 Nov 2017 15:20:47 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e25392..9edbd24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,8 @@ MAINTAINER Florian Thöni <florian.thoni@floth.fr> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update; \ - apt-get install -y build-essential && \ + apt-get install -y build-essential curl && \ 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 source "~/.nvm/nvm.sh" -RUN nvm install 6 \ No newline at end of file +RUN . "~/.nvm/nvm.sh" && nvm install 6 \ No newline at end of file -- GitLab