diff --git a/docker-shell.sh b/docker-shell.sh index ac979f0..4a7d819 100755 --- a/docker-shell.sh +++ b/docker-shell.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -it --rm -v $(pwd):/root wire/cryptobox-jni \ No newline at end of file +docker run --security-opt seccomp:unconfined -it --rm -v $(pwd):/root wire/cryptobox-jni \ No newline at end of file