From 8995d82fb19cab445674dffc0d301058d124023c Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Thu, 2 Nov 2023 21:13:37 +0100 Subject: [PATCH] Improved node --- dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfile b/dockerfile index 517da0f..8085dbc 100644 --- a/dockerfile +++ b/dockerfile @@ -24,6 +24,6 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l cd ../ && rm -r Python-3.10.*/ # install node -RUN sudo apt install nodejs -RUN sudo apt install npm -RUN npm install -g @angular/cli \ No newline at end of file +RUN sudo apt -y install nodejs +RUN sudo apt -y install npm +RUN sudo npm install -g @angular/cli \ No newline at end of file