From 5b816e9aa0fcfdb3d575c4f50ee498c405b5afc8 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 28 Nov 2023 15:37:19 +0000 Subject: [PATCH] Fixed nodejs installation --- dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfile b/dockerfile index c2ff2b0..65cfacd 100644 --- a/dockerfile +++ b/dockerfile @@ -29,9 +29,9 @@ 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 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash +RUN sudo nvm install node + RUN sudo npm install -g @angular/cli RUN sudo npm install -g ts-node