From 2908bc5ebf8703e79ac4637d06c84b05712ae8c1 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 28 Nov 2023 13:26:11 +0000 Subject: [PATCH] install correct nodejs version --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index 7085552..c2ff2b0 100644 --- a/dockerfile +++ b/dockerfile @@ -29,6 +29,7 @@ RUN python3.10 -m pip install cpl-cli --extra-index-url https://pip.sh-edraft.de RUN python3.10 -m pip install cpl-query --extra-index-url https://pip.sh-edraft.de # install node +RUN sud curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - RUN sudo apt -y install nodejs RUN sudo apt -y install npm RUN sudo npm install -g @angular/cli