From 1cb8ef2d14a815ecf6de7c167535d723bbedd687 Mon Sep 17 00:00:00 2001 From: ApolloLV Date: Thu, 2 Jul 2020 22:25:49 +0200 Subject: [PATCH] Update nodeJS to 12.x in Dockerfile The Angular CLI requires a minimum Node.js version of either v10.13 or v12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cebce4ed3..317031865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN mkdir /app RUN apt -y update && \ apt -y upgrade && \ apt install -y libpq-dev curl wget xz-utils bzip2 git gcc gnupg2 make g++ -RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - RUN apt -y install nodejs RUN npm install -g @angular/cli@latest RUN useradd -m openslides