Skip to content

Commit a96c1ea

Browse files
authored
feat: update arm build
1 parent 7128393 commit a96c1ea

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/universal
3+
{
4+
"name": "Default Linux Universal",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
// "image": "mcr.microsoft.com/devcontainers/universal:2-linux",
7+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
8+
"features": {
9+
"ghcr.io/devcontainers/features/common-utils": {},
10+
11+
"ghcr.io/devcontainers/features/node:1": {
12+
"nodeGypDependencies": true,
13+
"version": "lts",
14+
"nvmVersion": "latest"
15+
},
16+
"ghcr.io/devcontainers/features/python:1": {
17+
"version": "3.10"
18+
},
19+
"ghcr.io/tailscale/codespace/tailscale": {},
20+
"ghcr.io/devcontainers/features/rust:1": {},
21+
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
22+
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
23+
"ghcr.io/devcontainers/features/sshd:1": {
24+
"version": "latest"
25+
},
26+
"ghcr.io/devcontainers/features/git:1": {
27+
"version": "latest",
28+
"ppa": "false"
29+
},
30+
"ghcr.io/devcontainers/features/git-lfs:1": {
31+
"version": "latest"
32+
},
33+
"ghcr.io/devcontainers/features/github-cli:1": {
34+
"version": "latest"
35+
},
36+
"ghcr.io/devcontainers/features/go:1": {
37+
"version": "latest"
38+
},
39+
"ghcr.io/devcontainers-contrib/features/neovim-apt-get:1": {},
40+
"ghcr.io/devcontainers-contrib/features/vscode-server:1": {},
41+
"ghcr.io/prulloac/devcontainer-features/latex:1": {}
42+
},
43+
"runArgs": ["--device=/dev/net/tun"],
44+
"customizations": {
45+
"vscode": {
46+
"extensions": ["npv2k1.theme-dracula-gray", "ms-azuretools.vscode-docker"]
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)