Merge pull request #5420 from dims/integration-tests-needs-lsof

integration tests needs lsof
This commit is contained in:
Phil Estes 2021-04-24 16:44:28 -04:00 committed by GitHub
commit 05a6533730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof
go version
chdir: '{{ zuul.project.src_dir }}'