|
@@ -2,7 +2,7 @@
|
|
"name": "Development Jellyfin Server - FFmpeg",
|
|
"name": "Development Jellyfin Server - FFmpeg",
|
|
"image":"mcr.microsoft.com/devcontainers/dotnet:8.0-jammy",
|
|
"image":"mcr.microsoft.com/devcontainers/dotnet:8.0-jammy",
|
|
// restores nuget packages, installs the dotnet workloads and installs the dev https certificate
|
|
// restores nuget packages, installs the dotnet workloads and installs the dev https certificate
|
|
- "postStartCommand": "dotnet restore; dotnet workload update; dotnet dev-certs https --trust; bash ./install-ffmpeg.sh",
|
|
|
|
|
|
+ "postStartCommand": "dotnet restore; dotnet workload update; dotnet dev-certs https --trust; sudo bash \"./.devcontainer/Dev - Server Ffmpeg/install-ffmpeg.sh\"",
|
|
// reads the extensions list and installs them
|
|
// reads the extensions list and installs them
|
|
"postAttachCommand": "cat .vscode/extensions.json | jq -r .recommendations[] | xargs -n 1 code --install-extension",
|
|
"postAttachCommand": "cat .vscode/extensions.json | jq -r .recommendations[] | xargs -n 1 code --install-extension",
|
|
"features": {
|
|
"features": {
|