diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index f0d5d0d..d530d7e 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -29,7 +29,7 @@ jobs: - name: Build ISO run: | - docker run --rm \ + docker run --rm --privileged\ -v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}/output:/output \ quay.io/centos-bootc/bootc-image-builder:latest \