mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 16:25:03 +00:00
Move to nodejs 14
This commit is contained in:
parent
2b9260b167
commit
611b577d03
1 changed files with 7 additions and 0 deletions
7
.gitpod.Dockerfile
vendored
7
.gitpod.Dockerfile
vendored
|
@ -5,3 +5,10 @@ FROM gitpod/workspace-mysql
|
||||||
# RUN brew install bastet
|
# RUN brew install bastet
|
||||||
#
|
#
|
||||||
# More information: https://www.gitpod.io/docs/config-docker/
|
# More information: https://www.gitpod.io/docs/config-docker/
|
||||||
|
|
||||||
|
RUN bash -c ". .nvm/nvm.sh \
|
||||||
|
&& nvm install 14 \
|
||||||
|
&& nvm use 14 \
|
||||||
|
&& nvm alias default 14"
|
||||||
|
|
||||||
|
RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue