mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
parent
1e2511eba4
commit
cb755a5c84
@ -31,7 +31,7 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
docker build -f Dockerfile."$BUILD_FLAVOR" -t profanity .;
|
||||
docker build -f Dockerfile."$BUILD_FLAVOR" --security-opt seccomp=unconfined -t profanity .;
|
||||
fi
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user