added privileged option
This commit is contained in:
parent
f2cafa4ec2
commit
3d30ec51f6
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ jobs:
|
||||||
runs-on: [iso-builder]
|
runs-on: [iso-builder]
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-22.04
|
image: catthehacker/ubuntu:act-22.04
|
||||||
|
options: --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
|
@ -4,6 +4,7 @@ jobs:
|
||||||
runs-on: [iso-builder]
|
runs-on: [iso-builder]
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-22.04
|
image: catthehacker/ubuntu:act-22.04
|
||||||
|
options: --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Reference in a new issue