From cb755a5c84c38f85adb8e4b8d3d4aca70b672ccd Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 30 Mar 2020 15:14:13 +0200 Subject: [PATCH] Next travis try https://github.com/profanity-im/profanity/issues/1294 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8b9740b..e1945fcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: