From 3eb3bc80068eb3b0814b186d256b37a4645fb8d1 Mon Sep 17 00:00:00 2001 From: florck <florian.thoni@floth.fr> Date: Fri, 24 Nov 2017 15:08:19 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bd2d05..2e25392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Florian Thöni <florian.thoni@floth.fr> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update; \ - apt-get install -y build-essentials \ + apt-get install -y build-essential && \ 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 -- GitLab