Skip to content

Commit ddf5375

Browse files
authored
Update the docker-compose.yaml to contain security opt seccomp:unconfined
https://bugs.swift.org/browse/SR-15343
1 parent 1338cc5 commit ddf5375

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Linux/centos/8/docker-compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ services:
1919
common: &common
2020
image: centos8-rpm-builder
2121
depends_on: [docker-setup]
22+
# https://bugs.swift.org/browse/SR-15343
23+
security_opt:
24+
- seccomp:unconfined
2225
volumes:
2326
- .:/code:z
2427
- ./.output:/output:z

0 commit comments

Comments
 (0)