update seccomp version

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2021-05-03 18:44:40 -05:00
parent 8c906ff108
commit b56527cb7e
4 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
set -xe
set -o pipefail
apt-get update
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof gperf
go version
chdir: '{{ zuul.project.src_dir }}'