Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Run container privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
Apacelus authored Nov 21, 2023
1 parent 8f8e5d3 commit 05e498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ostree-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
container:
image: fedora:latest
options: --name=fedora-container --cap-add CAP_SYS_ADMIN --security-opt apparmor=unconfined
options: --name=fedora-container --cap-add CAP_SYS_ADMIN --privileged
volumes:
- /mnt/fedora-container:/mnt/rpm-ostree-repo
steps:
Expand Down

0 comments on commit 05e498c

Please sign in to comment.