Trying to fix docker run options not allowing to use blkid on loopdev
This commit is contained in:
parent
6e81c560af
commit
b2ad906280
|
|
@ -5,7 +5,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
options: --privileged --cap-add=MKNOD --device-cgroup-rule="b 7:* rmw"
|
||||
options: --privileged -v /dev:/dev
|
||||
# --cap-add=MKNOD --device-cgroup-rule="b 7:* rmw"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: pacman --noconfirm -Syu python python-pip parted
|
||||
|
|
|
|||
Loading…
Reference in New Issue