Trying to fix docker run options not allowing to use blkid on loopdev

This commit is contained in:
Anton Hvornum 2022-05-01 19:56:51 +02:00
parent fabb1e4e78
commit 6e81c560af
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: archlinux:latest
options: --privileged --capability=CAP_MKNOD --device-cgroup-rule="b 7:* rmw"
options: --privileged --cap-add=MKNOD --device-cgroup-rule="b 7:* rmw"
steps:
- uses: actions/checkout@v2
- run: pacman --noconfirm -Syu python python-pip parted