From 6e81c560af34c61dd0f9b718319de6a54e84df46 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 1 May 2022 19:56:51 +0200 Subject: [PATCH] Trying to fix docker run options not allowing to use blkid on loopdev --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 6c531a7a..68b30dc2 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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