dependencies and changes to test in firefox headlessly

This commit is contained in:
Jack Case
2025-12-09 23:34:27 +00:00
parent 5ddb857cfa
commit 31a184be14
4 changed files with 12 additions and 5 deletions

View File

@@ -2,5 +2,6 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-community/npm-features/typescript:1": {}
}
},
"postCreateCommand": "apt-get update && apt-get install -y firefox xvfb libxss1 libappindicator1 libindicator7"
}