Skip to content

Commit

Permalink
Disable NVM since it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
im-coder-lg authored Jan 1, 2022
1 parent 48eb14e commit a5b79bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# https://hub.docker.com/r/gitpod/workspace-python-tk-vnc # Python with Tk and VNC
FROM gitpod/workspace-python-tk-vnc:branch-tk-dev

RUN echo "Installing Node.js for Docusaurus"
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
RUN export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
RUN source ~/.bashrc
RUN echo "NVM installed."
RUN nvm install 14
RUN nvm use 14
# RUN echo "Installing Node.js for Docusaurus"
# RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
# RUN export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
# RUN source ~/.bashrc
# RUN echo "NVM installed."
# RUN nvm install 14
# RUN nvm use 14

0 comments on commit a5b79bd

Please sign in to comment.