Skip to content

Commit

Permalink
Add apt-packages feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 31, 2024
1 parent bda1fb1 commit 516c6dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,13 @@
}
},
"remoteUser": "vscode",
"features": {}
"features": {
"ghcr.io/devcontainers-extra/features/apt-packages:1": {
"packages": [
"ffmpeg",
"libturbojpeg0",
"libpcap-dev"
]
}
}
}

0 comments on commit 516c6dd

Please sign in to comment.