We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620e07e commit 6133fb1Copy full SHA for 6133fb1
.devcontainer/devcontainer.json
@@ -0,0 +1,11 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
3
+ "features": {
4
+ "ghcr.io/devcontainers-contrib/features/bash-command:1": {
5
+ "command": "git submodule update --init --recursive"
6
+ },
7
+ "ghcr.io/devcontainers-contrib/features/apt-packages:1": {
8
+ "packages": "libconfig-dev,libopus-dev,libvpx-dev,ninja-build"
9
+ }
10
11
+}
0 commit comments