fix apparmor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
ac827968b6
commit
47a5457abf
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ go:
|
|||
before_install:
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get honnef.co/go/tools/cmd/staticcheck
|
||||
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/backports.list
|
||||
- sudo apt update && sudo apt install -y -t trusty-backports libapparmor-dev libseccomp-dev
|
||||
jobs:
|
||||
include:
|
||||
- script: make everything
|
||||
|
|
Loading…
Reference in a new issue