From e34a793d3c7918466568b25aa9d6dd173d9e3710 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 8 Jan 2019 18:56:12 +0100 Subject: [PATCH] Dockerfile fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 670e77ae5..e931f5019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ curl \ gnupg2 \ && curl -sL https://deb.nodesource.com/setup_8.x | bash - \ - && apt-get install -y --no-install-recommends \ + && apt-get install -y \ nodejs \ && rm -rf /var/lib/apt/lists/* \ && npm -g install pm2