mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-15 16:24:50 +00:00
12 lines
266 B
Bash
Executable File
12 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run -it --rm \
|
|
--cap-add SYS_ADMIN \
|
|
--security-opt apparmor:unconfined \
|
|
--device /dev/fuse \
|
|
-u jenkins:$(id -g) \
|
|
-v "${PWD}:/go-waku" \
|
|
-w /go-waku \
|
|
statusteam/gowaku-linux-pkgs:latest \
|
|
/go-waku/scripts/linux/build-pkgs.sh
|