version: '3' services: buildtools: image: ghcr.io/electron/devcontainer:a82b87d7a4f5ff0cab61405f8151ac4cf4942aeb 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