From 1e2511eba40176d06f0b2aca2912ed20d50f44cc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 30 Mar 2020 15:08:44 +0200 Subject: [PATCH] Another try at docker Regards 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 6af203af..d8b9740b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then - docker run -it --privileged profanity ./ci-build.sh; + docker run -it --security-opt seccomp=unconfined profanity ./ci-build.sh; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./ci-build.sh;