Improved node
This commit is contained in:
parent
8eec275536
commit
8995d82fb1
@ -24,6 +24,6 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l
|
|||||||
cd ../ && rm -r Python-3.10.*/
|
cd ../ && rm -r Python-3.10.*/
|
||||||
|
|
||||||
# install node
|
# install node
|
||||||
RUN sudo apt install nodejs
|
RUN sudo apt -y install nodejs
|
||||||
RUN sudo apt install npm
|
RUN sudo apt -y install npm
|
||||||
RUN npm install -g @angular/cli
|
RUN sudo npm install -g @angular/cli
|
Loading…
Reference in New Issue
Block a user