Fixed nodejs installation
Some checks failed
Deploy on push / on-push-deploy_sh-edraft (push) Failing after 23s
Some checks failed
Deploy on push / on-push-deploy_sh-edraft (push) Failing after 23s
This commit is contained in:
parent
2908bc5ebf
commit
0a4b3837f7
@ -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.37.2/install.sh | bash
|
||||
RUN sudo nvm install node
|
||||
|
||||
RUN sudo npm install -g @angular/cli
|
||||
RUN sudo npm install -g ts-node
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user