Commit 430a189 1 parent c76e46b commit 430a189 Copy full SHA for 430a189
File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 8
8
"ghcr.io/devcontainers/features/node:1" : {
9
9
"nodeGypDependencies" : true ,
10
10
"version" : "lts"
11
- } ,
12
- "ghcr.io/devcontainers-contrib/features/apt-packages:1" : {
13
- "clean_ppas" : true ,
14
- "preserve_apt_list" : true ,
15
- "packages" : "htop" ,
16
- "ppas" : "ppa:deadsnakes/ppa"
17
- } ,
18
- "ghcr.io/devcontainers-contrib/features/npm-package:1" : {
19
- "package" : "typescript" ,
20
- "version" : "latest"
21
- } ,
22
- "ghcr.io/jungaretti/features/make:1" : { }
11
+ }
23
12
} ,
24
13
// Use 'forwardPorts' to make a list of ports inside the container available locally.
25
14
// "forwardPorts": [],
53
42
}
54
43
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
55
44
// "remoteUser": "root"
56
- }
45
+ }
You can’t perform that action at this time.
0 commit comments