Skip to content

Commit a75eb32

Browse files
committed
fix: 特権コンテナとして実行
1 parent 8dae4f3 commit a75eb32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: docker build -t alteriso5 .
2424

2525
- name: Run Dockerfile
26-
run: docker run --rm -v $(pwd):/mnt alteriso5
26+
run: docker run --rm -v $(pwd):/mnt alteriso5 --privileged

0 commit comments

Comments
 (0)