Skip to content

Commit

Permalink
disable SELinux in compressor build container
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-facko committed Jul 17, 2024
1 parent 0fc9c4a commit 15e2cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/project/compressor/build-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project_root="$PWD/examples/project/compressor"

mkdir -p "$project_root/build"

"$1" run --rm \
"$1" run --rm --security-opt label=disable \
--mount type=bind,source="$3",target=/mnt/generators \
--mount type=bind,source="$project_root/compressor",target=/mnt/source \
--mount type=bind,source="$project_root/build",target=/mnt/build \
Expand Down

0 comments on commit 15e2cea

Please sign in to comment.