File tree Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -76,48 +76,3 @@ Docker / the Codespace should have at least **4 Cores and 6 GB of RAM (8 GB reco
76
76
77
77
## Legal
78
78
This project is not affiliated with Microsoft Corporation.
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
- docker run -it --network=host -v "$(pwd):/home/" ubuntu:22.04
95
-
96
-
97
- apt update && apt install sudo git wget build-essential
98
-
99
- sudo apt update && sudo apt upgrade -y
100
- sudo apt-get install -y libkrb5-dev libx11-dev libxkbfile-dev pkg-config libsecret-1-dev
101
-
102
- wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
103
-
104
- source /root/.bashrc
105
-
106
- nvm install 20.14.0
107
-
108
- corepack enable
109
-
110
- git config --global --add safe.directory /home
111
-
112
-
113
-
114
-
115
- docker run -itd -p 8000:8000 -v "$(pwd):/home" ubuntu:22.04
116
- apt update && apt upgrade -y && apt install unzip sudo -y
117
-
118
- ./vscode-reh-web-linux-x64/bin/runcode-server --default-folder=/home/ --host=0.0.0.0
119
-
120
-
121
- apt-get update && apt-get install -y software-properties-common
122
- add-apt-repository ppa: ubuntu-toolchain-r /test
123
- apt-get update && apt-get install -y libstdc++6
You can’t perform that action at this time.
0 commit comments