mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
use nvm in tfs build agents
tfs: test nvm in darwin tfs: darwin, source nvm tfs: darwin nvm tfs: make sure darwin nvm works tfs: darwin nvm tfs: linux nvm tfs: test linux nvm tfs: linux nvm tfs: nvm for linux and darwin tfs: fix nvm switch tfs: windows nvm tfs: nvm windows tfs: windows nvm tfs: windows nvm tfs: fix windows nvm path tfs: windows nvm tfs: windows nvm tfs: windows nvm tfs: windows nvm tfs: windows nvm tfs: fix windows nvm tfs: windows nvm tfs: unify node.sh tfs: linux, darwin nvm
This commit is contained in:
@@ -36,4 +36,8 @@ ADD xvfb.init /etc/init.d/xvfb
|
||||
RUN chmod +x /etc/init.d/xvfb
|
||||
RUN update-rc.d xvfb defaults
|
||||
|
||||
# nvm
|
||||
ENV NVM_DIR /usr/local/nvm
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
|
||||
|
||||
CMD (service xvfb start; export DISPLAY=:10; ./start.sh)
|
||||
Reference in New Issue
Block a user