Fixed nodejs installation
Some checks failed
Deploy on push / on-push-deploy_sh-edraft (push) Failing after 22s
Some checks failed
Deploy on push / on-push-deploy_sh-edraft (push) Failing after 22s
This commit is contained in:
parent
2908bc5ebf
commit
ae2e607a2a
10
dockerfile
10
dockerfile
@ -29,9 +29,13 @@ 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
|
||||
ENV NVM_DIR /usr/local/nvm # or ~/.nvm , depending
|
||||
|
||||
# Install nvm with node and npm
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.39.5/install.sh | bash \
|
||||
&& . $NVM_DIR/nvm.sh \
|
||||
&& sudo nvm install
|
||||
|
||||
RUN sudo npm install -g @angular/cli
|
||||
RUN sudo npm install -g ts-node
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user