mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
* build: roll build-image to a82b87d
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
* build: roll build-tools SHA to 4430e4a
(cherry picked from commit b989c070c6)
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
20 lines
391 B
YAML
20 lines
391 B
YAML
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
|