cd09a54365
* build: @jasonetco said that this will make codespaces work * tmp * Codespaces * Update docker-compose.yml * Update docker-compose.yml * tada? * e use * do not use pizza... * point at correct goma file * use ghcr for codespaces * pass --yes to npx * build: use auth.notgoma codespace token auth to auto-auth goma * build: move build-tools set up to Dockerfile * build: provide default extensions list * Fix locale tests * add vnc support * use prebuilt devcontainer image * update docker images * update docker images * update docker images * add docs for codespaces * chore: update docker images * build: do not overwrite modified buildtools configs on container rebuilds * use gn language server * update docker images * update docker images * fill in missing links Co-authored-by: Codespaces <codespaces@github.com>
19 lines
394 B
YAML
19 lines
394 B
YAML
version: '3'
|
|
|
|
services:
|
|
buildtools:
|
|
image: ghcr.io/electron/devcontainer:27db4a3e3512bfd2e47f58cea69922da0835f1d9
|
|
|
|
volumes:
|
|
- ..:/workspaces/gclient/src/electron:cached
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
command: /bin/sh -c "while sleep 1000; do :; done"
|
|
|
|
user: builduser
|
|
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
security_opt:
|
|
- seccomp:unconfined
|