This commit is contained in:
parent
b5bdbf0c81
commit
74a6f06f56
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: docker.io/alpine:3.16
|
||||
commands:
|
||||
- apk add doas doas-sudo-shim lua5.1
|
||||
- apk add doas doas-sudo-shim lua5.1 squashfs-tools
|
||||
- echo "permit nopass root" >> /etc/doas.d/doas.conf
|
||||
- lua5.1 setup.lua
|
||||
- ls -l image.squashfs && du -h image.squashfs
|
||||
|
|
Loading…
Reference in a new issue