We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dae4f3 commit a75eb32Copy full SHA for a75eb32
1 file changed
.github/workflows/ci.yml
@@ -23,4 +23,4 @@ jobs:
23
run: docker build -t alteriso5 .
24
25
- name: Run Dockerfile
26
- run: docker run --rm -v $(pwd):/mnt alteriso5
+ run: docker run --rm -v $(pwd):/mnt alteriso5 --privileged
0 commit comments