install correct nodejs version
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 2m3s
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 2m3s
This commit is contained in:
parent
8faa5b8795
commit
2908bc5ebf
@ -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
|
RUN python3.10 -m pip install cpl-query --extra-index-url https://pip.sh-edraft.de
|
||||||
|
|
||||||
# install node
|
# 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 nodejs
|
||||||
RUN sudo apt -y install npm
|
RUN sudo apt -y install npm
|
||||||
RUN sudo npm install -g @angular/cli
|
RUN sudo npm install -g @angular/cli
|
||||||
|
Loading…
Reference in New Issue
Block a user