Skip to content

Commit

Permalink
travis: add --cap-add SYS_PTRACE arg to docker run.
Browse files Browse the repository at this point in the history
  • Loading branch information
karubabu committed May 13, 2020
1 parent 885f8a1 commit 4f2c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

before_install:
- docker pull fedora
- export CONTAINER=$(docker run -d fedora sleep 1800)
- export CONTAINER=$(docker run --cap-add SYS_PTRACE -d fedora sleep 1800)
- docker exec $CONTAINER dnf -y install 'dnf-command(builddep)'
- docker exec $CONTAINER dnf -y builddep libskk
- docker exec $CONTAINER dnf -y install libtool make which gcc-c++ vala vala-devel git libxkbcommon-devel $EXTRA_PKGS
Expand Down

0 comments on commit 4f2c1d5

Please sign in to comment.