Trying to fix docker run options not allowing to use blkid on loopdev
This commit is contained in:
parent
84e61935a1
commit
fabb1e4e78
|
|
@ -5,7 +5,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
options: --privileged
|
options: --privileged --capability=CAP_MKNOD --device-cgroup-rule="b 7:* rmw"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pacman --noconfirm -Syu python python-pip parted
|
- run: pacman --noconfirm -Syu python python-pip parted
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue